mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
all: migrate namespaces to Gradle
This commit is contained in:
parent
4f97d6f7dc
commit
1d58ac3acd
8 changed files with 14 additions and 7 deletions
|
@ -16,4 +16,7 @@ kotlin {
|
|||
}
|
||||
}
|
||||
|
||||
android { sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml") }
|
||||
android {
|
||||
namespace = "dev.msfjarvis.claw.model"
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
<manifest package="dev.msfjarvis.claw.model" />
|
||||
<manifest />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue