update compose version

This commit is contained in:
InsanusMokrassar 2023-09-27 17:59:09 +06:00
parent eef6e81134
commit 0fb9b8dc30
3 changed files with 13 additions and 13 deletions

View File

@ -19,12 +19,12 @@ allprojects {
} }
releaseMode = (project.hasProperty('RELEASE_MODE') && project.property('RELEASE_MODE') == "true") || System.getenv('RELEASE_MODE') == "true" releaseMode = (project.hasProperty('RELEASE_MODE') && project.property('RELEASE_MODE') == "true") || System.getenv('RELEASE_MODE') == "true"
String compilerPluginVersionFromProperties = (String) project.properties["compose.kotlinCompilerPluginVersion"] // String compilerPluginVersionFromProperties = (String) project.properties["compose.kotlinCompilerPluginVersion"]
String compilerPluginVersionFromLibrariesVersions = libs.versions.compose.kotlin.get() // String compilerPluginVersionFromLibrariesVersions = libs.versions.compose.kotlin.get()
composePluginKotlinVersion = compilerPluginVersionFromProperties // composePluginKotlinVersion = compilerPluginVersionFromProperties
if (compilerPluginVersionFromProperties == null) { // if (compilerPluginVersionFromProperties == null) {
composePluginKotlinVersion = compilerPluginVersionFromLibrariesVersions // composePluginKotlinVersion = compilerPluginVersionFromLibrariesVersions
} // }
mppProjectWithSerializationPresetPath = "${rootProject.projectDir.absolutePath}/mppProjectWithSerialization.gradle" mppProjectWithSerializationPresetPath = "${rootProject.projectDir.absolutePath}/mppProjectWithSerialization.gradle"
mppProjectWithSerializationAndComposePresetPath = "${rootProject.projectDir.absolutePath}/mppProjectWithSerializationAndCompose.gradle" mppProjectWithSerializationAndComposePresetPath = "${rootProject.projectDir.absolutePath}/mppProjectWithSerializationAndCompose.gradle"

View File

@ -1,13 +1,13 @@
[versions] [versions]
kt = "1.9.20-Beta2" kt = "1.9.20-Beta2"
compose-kotlin = "1.5.2.1-Beta2" #compose-kotlin = "1.5.10-beta02"
kt-serialization = "1.6.0" kt-serialization = "1.6.0"
kt-coroutines = "1.7.3" kt-coroutines = "1.7.3"
kslog = "1.2.1" kslog = "1.2.1"
jb-compose = "1.5.1" jb-compose = "1.5.10-beta02"
jb-exposed = "0.44.0" jb-exposed = "0.44.0"
jb-dokka = "1.9.0" jb-dokka = "1.9.0"

View File

@ -75,8 +75,8 @@ java {
} }
compose { //compose {
if (composePluginKotlinVersion != null && !composePluginKotlinVersion.isEmpty()) { // if (composePluginKotlinVersion != null && !composePluginKotlinVersion.isEmpty()) {
kotlinCompilerPlugin.set(composePluginKotlinVersion) // kotlinCompilerPlugin.set(composePluginKotlinVersion)
} // }
} //}