Skip to content

Commit

Permalink
Add applyDefaultHierarchyTemplate to coroutines project to fix the na…
Browse files Browse the repository at this point in the history
…tive source set compilation
  • Loading branch information
JSMonk committed May 3, 2024
1 parent c4ccf0a commit f2b8649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/core/koin-core-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ kotlin {
linuxX64()
linuxArm64()

applyDefaultHierarchyTemplate()

sourceSets {
commonMain.dependencies {
api(project(":core:koin-core"))
Expand Down

0 comments on commit f2b8649

Please sign in to comment.