v0.2.0 #206

Merged
altavir merged 210 commits from dev into master 2021-02-21 16:33:25 +03:00
Showing only changes of commit 4dd6f506c8 - Show all commits

View File

@ -11,7 +11,7 @@ kotlin {
explicitApiWarning()
val nativeTarget = when (System.getProperty("os.name")) {
"Mac OS X" -> macosX64()
// "Mac OS X" -> macosX64()
"Linux" -> linuxX64()
else -> {