Skip to content

Commit

Permalink
Added wasm group
Browse files Browse the repository at this point in the history
  • Loading branch information
SalomonBrys committed Nov 20, 2023
1 parent 1810da5 commit 033374e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/kotlin/org/kodein/internal/gradle/KodeinMppPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public class KodeinMppPlugin : KtPlugin<Project> {
withJs()
withWasm()
}
group("wasm") {
withWasm()
}
group("posix") {
withCompilations { it.target.let { target ->
target is KotlinNativeTarget && target.konanTarget.family != Family.MINGW }
Expand Down

0 comments on commit 033374e

Please sign in to comment.