mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-26 03:58:45 +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"
|
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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -75,8 +75,8 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
compose {
|
//compose {
|
||||||
if (composePluginKotlinVersion != null && !composePluginKotlinVersion.isEmpty()) {
|
// if (composePluginKotlinVersion != null && !composePluginKotlinVersion.isEmpty()) {
|
||||||
kotlinCompilerPlugin.set(composePluginKotlinVersion)
|
// kotlinCompilerPlugin.set(composePluginKotlinVersion)
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
Loading…
Reference in New Issue
Block a user