This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at master 887 B View raw
1[versions] 2 3kotlin = "2.3.0" 4compose = "1.10.0" 5agp = "8.13.2" 6androidx-activityCompose = "1.12.3" 7androidx-uiTest = "1.10.2" 8 9[libraries] 10 11androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" } 12androidx-uitest-testManifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "androidx-uiTest" } 13androidx-uitest-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidx-uiTest" } 14 15[plugins] 16 17multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } 18compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } 19compose = { id = "org.jetbrains.compose", version.ref = "compose" } 20android-application = { id = "com.android.application", version.ref = "agp" } 21android-library = { id = "com.android.library", version.ref = "agp" }