Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Jan 9, 2025
1 parent b1d1f12 commit bf7fc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin {
}

android {
namespace = libs.versions.namespace.get() + ".sample.shared"
namespace = libs.versions.namespace.get() + ".sample.shared.android"
compileSdk = libs.versions.android.compileSdk.get().toInt()

sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
Expand Down

0 comments on commit bf7fc35

Please sign in to comment.