Skip to content

Commit 542ec7c

Browse files
alormaCopilot
andcommitted
Update samples/shared/build.gradle.kts
Co-authored-by: Copilot <[email protected]>
1 parent 4470624 commit 542ec7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/desktopApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
kotlin {
10-
// jvm("desktop")
10+
// jvm()
1111

1212
sourceSets {
1313
jvmMain.dependencies {

samples/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "1.0-SNAPSHOT"
1313

1414
kotlin {
1515
androidLibrary {
16-
namespace = libs.versions.namespace.get() + ".samples.shared"
16+
namespace = libs.versions.namespace.get() + ".sample.shared"
1717
compileSdk = libs.versions.android.compileSdk.get().toInt()
1818
minSdk = libs.versions.android.minSdk.get().toInt()
1919
}

0 commit comments

Comments
 (0)