mirror of
https://github.com/BetterAndroid/compose-multiplatform-template.git
synced 2025-09-07 11:10:14 +08:00
chore: android compose follows kmp version
This commit is contained in:
@@ -43,13 +43,4 @@ android {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
}
|
||||
|
||||
val composeAndroidVersion = dependencies.androidx.compose.android.version
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.eachDependency {
|
||||
if (requested.group.startsWith("androidx.compose."))
|
||||
useVersion(composeAndroidVersion)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user