[stdlib and samples][rename] konan -> kotlin.native

This commit is contained in:
Vasily Levchenko
2018-08-10 12:44:44 +03:00
parent 5ad0012ab1
commit 79755d8fbf
155 changed files with 294 additions and 282 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import konan.worker.*
import kotlin.native.worker.*
data class WorkerArgument(val intParam: Int, val stringParam: String)
data class WorkerResult(val intResult: Int, val stringResult: String)