mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-08 17:49:44 +00:00
update dependencies
This commit is contained in:
@@ -19,6 +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
|
||||
}
|
||||
|
||||
mppProjectWithSerializationPresetPath = "${rootProject.projectDir.absolutePath}/mppProjectWithSerialization.gradle"
|
||||
mppProjectWithSerializationAndComposePresetPath = "${rootProject.projectDir.absolutePath}/mppProjectWithSerializationAndCompose.gradle"
|
||||
|
Reference in New Issue
Block a user