mirror of
https://github.com/BetterAndroid/compose-multiplatform-template.git
synced 2025-09-07 19:14:26 +08:00
Initial commit
This commit is contained in:
48
gradle/sweet-dependency/sweet-dependency-config.yaml
Normal file
48
gradle/sweet-dependency/sweet-dependency-config.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
preferences:
|
||||
autowire-on-sync-mode: UPDATE_OPTIONAL_DEPENDENCIES
|
||||
repositories-mode: FAIL_ON_PROJECT_REPOS
|
||||
|
||||
repositories:
|
||||
gradle-plugin-portal:
|
||||
scope: PLUGINS
|
||||
google:
|
||||
maven-central:
|
||||
|
||||
plugins:
|
||||
org.jetbrains.kotlin.multiplatform:
|
||||
alias: kotlin-multiplatform
|
||||
version: 1.9.10
|
||||
org.jetbrains.compose:
|
||||
alias: jetbrains-compose
|
||||
version: 1.5.3
|
||||
com.android.application:
|
||||
alias: android-application
|
||||
version: +
|
||||
com.android.library:
|
||||
alias: android-library
|
||||
version-ref: android-application
|
||||
|
||||
libraries:
|
||||
androidx.activity:
|
||||
activity:
|
||||
version: +
|
||||
activity-compose:
|
||||
version: +
|
||||
androidx.core:
|
||||
core-ktx:
|
||||
version: +
|
||||
androidx.appcompat:
|
||||
appcompat:
|
||||
version: +
|
||||
com.google.android.material:
|
||||
material:
|
||||
version: +
|
||||
androidx.test.ext:
|
||||
junit:
|
||||
version: +
|
||||
androidx.test.espresso:
|
||||
espresso-core:
|
||||
version: +
|
||||
junit:
|
||||
junit:
|
||||
version: +
|
Reference in New Issue
Block a user