chore: use alpha compose android version and modify android configs

This commit is contained in:
2023-11-15 19:12:00 +08:00
parent 59aec4f463
commit c691b58ad6
3 changed files with 20 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ repositories:
scope: PLUGINS
google:
maven-central:
jetbrains-compose-dev:
url: https://maven.pkg.jetbrains.space/public/p/compose/dev
plugins:
org.jetbrains.kotlin.multiplatform:
@@ -25,6 +27,13 @@ plugins:
version-ref: android-application
libraries:
# Use a placeholder for the alpha compose version
# In the project to use "androidx.compose.android.version" to obtain the version
# and use the "resolutionStrategy" to replace all the current "stable" versions
androidx.compose.runtime:
runtime-android:
alias: androidx-compose-android
version: ^1.6.0-alpha01
androidx.activity:
activity:
version: +
@@ -33,9 +42,6 @@ libraries:
androidx.core:
core-ktx:
version: +
androidx.appcompat:
appcompat:
version: +
com.google.android.material:
material:
version: +