Skip to content

Commit

Permalink
Update Android namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Oct 19, 2023
1 parent 7d98aa8 commit 667710a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kotlin {
}

android {
namespace = "org.jetbrains.kotlinx.multiplatform-library-template"
namespace = "org.jetbrains.kotlinx.multiplatform.library.template"
compileSdk = libs.versions.android.compileSdk.get().toInt()
defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
Expand Down

0 comments on commit 667710a

Please sign in to comment.