Rename Kotlin/Native modules for uniformity

This commit is contained in:
Dmitriy Dolovov
2020-01-29 15:55:56 +07:00
parent abd86107d1
commit 9594b8db42
218 changed files with 21 additions and 21 deletions
@@ -0,0 +1,3 @@
package org.sample
val bar = 1
@@ -0,0 +1,3 @@
package org.sample.two
actual val qux = 1
@@ -0,0 +1,5 @@
actual val foo = 1
val jvmSpecificProperty = 42
val jsAndJvmSpecificProperty = 42 * 2
val jvmAndNativeSpecificProperty = 42 * 4