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 4470624 commit 542ec7cCopy full SHA for 542ec7c
samples/desktopApp/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
kotlin {
10
- // jvm("desktop")
+ // jvm()
11
12
sourceSets {
13
jvmMain.dependencies {
samples/shared/build.gradle.kts
@@ -13,7 +13,7 @@ version = "1.0-SNAPSHOT"
14
15
androidLibrary {
16
- namespace = libs.versions.namespace.get() + ".samples.shared"
+ namespace = libs.versions.namespace.get() + ".sample.shared"
17
compileSdk = libs.versions.android.compileSdk.get().toInt()
18
minSdk = libs.versions.android.minSdk.get().toInt()
19
0 commit comments