hey, I am using kotlin `1.3.30-eap-11` and I have ...
# kotlin-native
c
hey, I am using kotlin
1.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?
o
try
1.3.30-eap-42
c
where is this published? as it is not on:
<https://dl.bintray.com/kotlin/kotlin-eap>
o
still not published?
j
it is and fixed that error for me 👍
c
@Jonas Bark can you tell me where is it published please because I still can’t find it in the link above?
j
Can you try
<https://dl.bintray.com/kotlin/kotlin-dev>
?
c
thank you that was it!