I am now building the same project with `1.3.30-ea...
# multiplatform
c
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
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
Is there a reason to use 1.3.20 over 1.3.21?
c
sorry this was build with
1.3.30-eap-42
and crashes. Whereas before when was built with
1.3.20
it was working