Cyrille QUÉMIN
03/13/2019, 4:28 PM1.3.30-eap-11
and I have a multiplatform project that used to build just fine with 1.3.21
and now I have this exception during the link phase for iOS framework creation: e: Compilation failed: lateinit property parent has not been initialized
. I looked in my entire source code I do not use lateinit
and I do not have a variable named parent
. I suspect this an error from the kotlin native source code itself. I’d like to know if there is a workaround I could try?olonho
03/13/2019, 6:26 PM1.3.30-eap-42
Cyrille QUÉMIN
03/14/2019, 9:56 AM<https://dl.bintray.com/kotlin/kotlin-eap>
olonho
03/14/2019, 2:09 PMJonas Bark
03/14/2019, 5:09 PMCyrille QUÉMIN
03/14/2019, 6:16 PMJonas Bark
03/14/2019, 6:36 PM<https://dl.bintray.com/kotlin/kotlin-dev>
?Cyrille QUÉMIN
03/14/2019, 6:39 PM