We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6d0c3 commit e00fab5Copy full SHA for e00fab5
.github/workflows/build-android-app.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Make gradlew executable
33
run: chmod +x ./gradlew
34
35
- - name: Build Desktop App
+ - name: Build Android App
36
run: ./gradlew :androidApp:assembleDebug --warning-mode all --stacktrace
libraries/compose-lifecycle-utils/build.gradle.kts
@@ -93,7 +93,7 @@ kotlin {
93
}
94
95
android {
96
- namespace = "com.hoc081098.compose_multiplatform_kmpviewmodel_sample.libraries.compose-lifecycle-utils"
+ namespace = "com.hoc081098.compose_multiplatform_kmpviewmodel_sample.libraries.compose_lifecycle_utils"
97
98
compileSdk =
99
libs
0 commit comments