Nikita

Results 2 issues of Nikita

I think it's useful for work with projects

Feature

When I just write as ` actual fun platformName(): String { return "Android " + android.os.Build.VERSION.BASE_OS } ` in SharedCode/src/androidMain/kotlin/actual.kt I get: **Unresolved reference: android** so it's mean that android...