Skip to content

Commit

Permalink
Enable build option useUniqueModuleNames
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Aug 31, 2024
1 parent f5ddc55 commit 0ec660f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-logic/src/main/kotlin/-KmpConfigurationExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ fun KmpConfigurationExtension.configureShared(
}

configure {
options {
useUniqueModuleNames = true
}

jvm {
kotlinJvmTarget = JavaVersion.VERSION_1_8
compileSourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 0ec660f

Please sign in to comment.