Skip to content

Commit

Permalink
Refractor naming
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-tenkale committed Apr 26, 2024
1 parent 077266f commit b748140
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle.kts → nodal/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 = "dev.omkartenkale.nodal"
compileSdk = libs.versions.android.compileSdk.get().toInt()
defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencyResolutionManagement {
}
}

rootProject.name = "multiplatform-library-template"
include(":library")
rootProject.name = "Nodal"
include(":nodal")

0 comments on commit b748140

Please sign in to comment.