Skip to content

Commit

Permalink
- link up mp main to common main
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jan 21, 2025
1 parent 3f7b00e commit 3a9db10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aboutlibraries-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ kotlin {
api(libs.kotlinx.collections)
}
}
val multiplatformMain by creating
val multiplatformMain by creating {
dependsOn(commonMain)
}
val jvmMain by getting {
dependsOn(multiplatformMain)
}
Expand Down

0 comments on commit 3a9db10

Please sign in to comment.