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 cd6dca0 commit a20f56e
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 @@ -31,6 +31,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 a20f56e

Please sign in to comment.