Moved to Kotlin 2.0.20 and newer compose dev build
This commit is contained in:
parent
5a24c13628
commit
dfa9ea2307
@ -10,10 +10,10 @@ val linuxX64Target = "x86_64-unknown-linux-gnu"
|
|||||||
plugins {
|
plugins {
|
||||||
// Kotlin version must match compose version
|
// Kotlin version must match compose version
|
||||||
kotlin("jvm") version "2.0.0"
|
kotlin("jvm") version "2.0.0"
|
||||||
kotlin("plugin.serialization") version "2.0.0"
|
kotlin("plugin.serialization") version "2.0.20"
|
||||||
id("com.google.devtools.ksp") version "2.0.0-1.0.21"
|
id("com.google.devtools.ksp") version "2.0.20-1.0.24"
|
||||||
id("org.jetbrains.compose") version "1.7.0-dev1756"
|
id("org.jetbrains.compose") version "1.7.0-alpha03"
|
||||||
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
|
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remember to update Constants.APP_VERSION when changing this version
|
// Remember to update Constants.APP_VERSION when changing this version
|
||||||
|
Loading…
Reference in New Issue
Block a user