Skip to content

Commit

Permalink
Use MPP (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: hfhbd <[email protected]>
  • Loading branch information
hfhbd and hfhbd authored Dec 9, 2023
1 parent cdfd8da commit 6e469d2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions gradle/build-logic/src/main/kotlin/kotlinMPP.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import org.jetbrains.kotlin.gradle.dsl.*

plugins {
kotlin("multiplatform")
kotlin("plugin.serialization")
}

plugins.apply("org.jetbrains.kotlin.multiplatform")

extensions.configure<KotlinMultiplatformExtension>("kotlin") {
kotlin {
jvm()
js(IR) {
browser()
Expand Down

0 comments on commit 6e469d2

Please sign in to comment.