Jaroslav
09/27/2018, 11:49 AM./gradlew :ios:compileKonan
from terminal I get error: you have not specified any compilation arguments. No output has been produced.
Any ideas why?olonho
09/27/2018, 8:24 PMJaroslav
09/28/2018, 6:09 AMios/src/main/kotlin/crossplatform/io/Serializable.kt:3:18: error: actual interface 'Serializable' has no corresponding expected declaration
actual interface Serializable
Maybe thats because I haven’t implemented all of expected classes? Or should I recheck my build.gradle files?svyatoslav.scherbina
09/28/2018, 7:13 AMJaroslav
09/28/2018, 8:01 AMorg.jetbrains.kotlin:kotlin-native-gradle-plugin
version 0.7, now I changed it to 0.9.2 and example stopped working too, with the same error 🙂 Is there anywhere a documentation what changed and what am I missing in my configs?