Skip to content

Commit 748ed37

Browse files
committed
l1-s9 configure kotlin (add stdlib)
1 parent 9b174df commit 748ed37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mpp-library/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,12 @@ kotlin {
3737
iosArm64()
3838
iosX64()
3939
}
40+
41+
sourceSets {
42+
commonMain {
43+
dependencies {
44+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
45+
}
46+
}
47+
}
4048
}

0 commit comments

Comments
 (0)