Skip to content

Commit

Permalink
more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
stashymane committed Nov 21, 2024
1 parent 74fb487 commit 0b4694e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions model/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@file:OptIn(ExperimentalWasmDsl::class)

import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl

plugins {
alias(libs.plugins.kotlinMultiplatform)
alias(libs.plugins.kotlinx.serialization)
Expand All @@ -11,13 +15,23 @@ kotlin {
jvm {
jvmToolchain(11)
}

mingwX64()

linuxX64()
linuxArm64()

iosX64()
iosArm64()
iosSimulatorArm64()

js {
browser()
nodejs()
}
wasmJs()
wasmWasi()

sourceSets {
commonMain.dependencies {
implementation(libs.kotlinx.serialization.json)
Expand Down

0 comments on commit 0b4694e

Please sign in to comment.