mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-08 01:29:40 +00:00
update compose version
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user