mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-22 16:23:50 +00:00
update compose version
This commit is contained in:
parent
eef6e81134
commit
0fb9b8dc30
@ -19,12 +19,12 @@ allprojects {
|
||||
}
|
||||
|
||||
releaseMode = (project.hasProperty('RELEASE_MODE') && project.property('RELEASE_MODE') == "true") || System.getenv('RELEASE_MODE') == "true"
|
||||
String compilerPluginVersionFromProperties = (String) project.properties["compose.kotlinCompilerPluginVersion"]
|
||||
String compilerPluginVersionFromLibrariesVersions = libs.versions.compose.kotlin.get()
|
||||
composePluginKotlinVersion = compilerPluginVersionFromProperties
|
||||
if (compilerPluginVersionFromProperties == null) {
|
||||
composePluginKotlinVersion = compilerPluginVersionFromLibrariesVersions
|
||||
}
|
||||
// String compilerPluginVersionFromProperties = (String) project.properties["compose.kotlinCompilerPluginVersion"]
|
||||
// String compilerPluginVersionFromLibrariesVersions = libs.versions.compose.kotlin.get()
|
||||
// composePluginKotlinVersion = compilerPluginVersionFromProperties
|
||||
// if (compilerPluginVersionFromProperties == null) {
|
||||
// composePluginKotlinVersion = compilerPluginVersionFromLibrariesVersions
|
||||
// }
|
||||
|
||||
mppProjectWithSerializationPresetPath = "${rootProject.projectDir.absolutePath}/mppProjectWithSerialization.gradle"
|
||||
mppProjectWithSerializationAndComposePresetPath = "${rootProject.projectDir.absolutePath}/mppProjectWithSerializationAndCompose.gradle"
|
||||
|
@ -1,13 +1,13 @@
|
||||
[versions]
|
||||
|
||||
kt = "1.9.20-Beta2"
|
||||
compose-kotlin = "1.5.2.1-Beta2"
|
||||
#compose-kotlin = "1.5.10-beta02"
|
||||
kt-serialization = "1.6.0"
|
||||
kt-coroutines = "1.7.3"
|
||||
|
||||
kslog = "1.2.1"
|
||||
|
||||
jb-compose = "1.5.1"
|
||||
jb-compose = "1.5.10-beta02"
|
||||
jb-exposed = "0.44.0"
|
||||
jb-dokka = "1.9.0"
|
||||
|
||||
|
@ -75,8 +75,8 @@ java {
|
||||
}
|
||||
|
||||
|
||||
compose {
|
||||
if (composePluginKotlinVersion != null && !composePluginKotlinVersion.isEmpty()) {
|
||||
kotlinCompilerPlugin.set(composePluginKotlinVersion)
|
||||
}
|
||||
}
|
||||
//compose {
|
||||
// if (composePluginKotlinVersion != null && !composePluginKotlinVersion.isEmpty()) {
|
||||
// kotlinCompilerPlugin.set(composePluginKotlinVersion)
|
||||
// }
|
||||
//}
|
||||
|
Loading…
Reference in New Issue
Block a user