Skip to content

Commit

Permalink
fix: updates to kotlin
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 20, 2024
1 parent f9c6097 commit 9b99673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions subprojects/uuid-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ kotlin {
kotlinOptions {
sourceMap = true
moduleKind = "umd"
metaInfo = true
}
}
browser()
Expand Down Expand Up @@ -292,7 +291,7 @@ kotlin {
is KotlinJsOptions -> {
sourceMap = true
moduleKind = "umd"
metaInfo = true

}
}
}
Expand Down
3 changes: 1 addition & 2 deletions subprojects/uuid-kotlinx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ kotlin {
kotlinOptions {
sourceMap = true
moduleKind = "umd"
metaInfo = true
}
}
browser()
Expand Down Expand Up @@ -207,7 +206,7 @@ kotlin {
is KotlinJsOptions -> {
sourceMap = true
moduleKind = "umd"
metaInfo = true

}
}
}
Expand Down

0 comments on commit 9b99673

Please sign in to comment.