https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
c

Cyrille QUÉMIN

03/14/2019, 6:55 PM
I am now building the same project with
1.3.30-eap-42
, it used to build properly with kotlin
1.3.20
. Now it crashes when creating the test executable with this error:
Copy code
> Task :p2p-common:linkTestDebugExecutableIOS
e: Compilation failed: null

 * Source files: ExtensionsTest.kt, P2PCommandMessageBuilderTest.kt, SerializationTests.kt
 * Compiler version info: Konan: 1.2-eap-8472 / Kotlin: 1.3.30
 * Output kind: PROGRAM

e: kotlin.KotlinNullPointerException
s

svyatoslav.scherbina

03/15/2019, 8:34 AM
I am now building the same project that used to build properly with kotlin
1.3.20
* Compiler version info: Konan: 1.2-eap-8472 / Kotlin: 1.3.30
Your project is still configured to use 1.3.30 EAP.
r

ribesg

03/15/2019, 8:57 AM
Is there a reason to use 1.3.20 over 1.3.21?
c

Cyrille QUÉMIN

03/15/2019, 9:11 AM
sorry this was build with
1.3.30-eap-42
and crashes. Whereas before when was built with
1.3.20
it was working
3 Views