Skip to content

Commit

Permalink
l1-s9 configure kotlin (add stdlib)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Sep 5, 2019
1 parent 9b174df commit 748ed37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mpp-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,12 @@ kotlin {
iosArm64()
iosX64()
}

sourceSets {
commonMain {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}
}
}
}

0 comments on commit 748ed37

Please sign in to comment.