all: migrate namespaces to Gradle

This commit is contained in:
Harsh Shandilya 2022-05-26 07:59:24 +05:30
parent 4f97d6f7dc
commit 1d58ac3acd
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
8 changed files with 14 additions and 7 deletions

View file

@ -26,7 +26,10 @@ kotlin {
}
}
android { sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml") }
android {
namespace = "dev.msfjarvis.claw.database"
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
}
sqldelight {
database("LobstersDatabase") {