mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-11-03 05:46:10 +08:00
Switch to JetBrains Compose compiler (#118)
It has the multiplatform support we need whereas the AndroidX one takes too long to land multiplatform patches. Roll back to Kotlin 1.8.0 as that's the latest supported version by JetBrains.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
kotlin = "1.8.10"
|
||||
kotlin = "1.8.0"
|
||||
|
||||
[libraries]
|
||||
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
@ -9,7 +9,7 @@ kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
|
||||
|
||||
android-gradlePlugin = "com.android.tools.build:gradle:7.4.1"
|
||||
|
||||
compose-compiler = "androidx.compose.compiler:compiler:1.4.2"
|
||||
compose-compiler = "org.jetbrains.compose.compiler:compiler:1.4.0"
|
||||
compose-runtime = "org.jetbrains.compose.runtime:runtime:1.3.0"
|
||||
|
||||
maven-publish-gradlePlugin = "com.vanniktech:gradle-maven-publish-plugin:0.14.0"
|
||||
|
||||
Reference in New Issue
Block a user