-
```
internal val myMap: Map = mapOf(
"val1" to listOf("a1", "a2", "a3"),
"val2" to listOf("b1", "b2")
);
fun getName(name: String): String {
…
-
Instances of kotlin.Error, kotlin.RuntimeException and subclasses aren't propagated from Kotlin to Objective-C/Swift.
Other exceptions can be propagated as NSError if method has or inherits @Throws a…
-
The new experimental `kotlin-platform-native` plugin DSL introduced in v0.8 does not currently support generating interop bindings, like the `konan` plugin does, according to [this](https://github.com…
-
I continue playing with the same setup which caused #1948. The error I faced after updating to the recent master is:
```
> Task :uikit:compileKonanPINOperationIos_x64
build/konan/libs/ios_x64/PIN…
-
hi,
I'm trying to add RxCocoa to sample project `kotlin-native/samples/uikit`.
RxCocoa is built with carthage and saved as `kotlin-native/samples/uikit/Carthage/Build/iOS/RxCocoa.framework`.
…
-
I've compiled a lib which contains the following h-file: https://github.com/TextureGroup/Texture/blob/master/Source/ASViewController.h
However, there is no `ASViewController` in the klib.
Are obj-…
-
I have code like this:
```
logger.writeLog("type = $type")
val result = when (type) {
Type.First -> 1
Type.Second -> 2
Type.Third -> 3
Type.Fourth -> 4
}
logger.writeLog…
-
Please ensure you have given all the following requested information in your report.
#### Issue details
I have a project with mostly Java source, but some Kotlin sources. Kotlin source files in th…
-
Right now it is possible to write common tests and run them on JVM with `kotlin-test-junit` (I've tried `@RunWith(JUnit4::class) class SomeTestJava: SomeTestCommon()` and it works), but is there are a…
-
Hello friends! I just merged in what I have so far for Swift code generation. Here's a status update on code generation overall:
## Status
The new ReasonML compiler is significantly easier to wo…