Skip to content

Commit

Permalink
Try reordering includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 7, 2024
1 parent 73ae6df commit 1eeff9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/mordant-mpp-conventions.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
kotlin("multiplatform")
id("mordant-kotlin-conventions")
id("mordant-js-conventions")
id("mordant-native-conventions")
id("mordant-js-conventions")
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
}

kotlin {
applyDefaultHierarchyTemplate()

linuxX64()
linuxArm64()
macosX64()
Expand All @@ -22,7 +24,6 @@ kotlin {
// watchosX64()
// watchosSimulatorArm64()

applyDefaultHierarchyTemplate()

// https://kotlinlang.org/docs/multiplatform-hierarchy.html#see-the-full-hierarchy-template
sourceSets {
Expand Down

0 comments on commit 1eeff9b

Please sign in to comment.