-
I've tried several times and I am unsure with how to proceed, the error messages are obviously not all that helpful, at the moment. I download the MacOS archive (http://download.jetbrains.com/kotlin/n…
-
Command:
```
./gradlew :uikit:compileKonanApp
```
Output:
```
build/konan/c_interop/objc.klib-build/kotlin/objc/objc.kt:26428:25: error: class 'UIView' must override public final val bound…
-
#### Issue details
Sometimes my app crashes at startup and I have completely no idea what is wrong. I see "splash screen" image and then after a few second it just crashes. I didn't notice any patter…
-
I just "discovered" this strange behavior and I'm not sure why things work this way.
``` as3
var quad:Quad = new Quad(30, 10);
var sprite:Sprite = new Sprite();
sprite.addChild(quad);
```
Now sprite…