Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Jun 21, 2024
1 parent aad362d commit f49f29f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ fun Project.configureKmpTargets() {
// see https://kotlinlang.org/docs/multiplatform-hierarchy.html#see-the-full-hierarchy-template
kmpExt.applyDefaultHierarchyTemplate {
if (hasJvmAndNative) {
// common {
common {
group("jvmAndNative") {
withJvm()
withNative()
}
// }
}
}

if (hasWindows) {
Expand Down

0 comments on commit f49f29f

Please sign in to comment.