Cyrille QUÉMIN
03/14/2019, 6:55 PM1.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:
> 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
svyatoslav.scherbina
03/15/2019, 8:34 AMI am now building the same project that used to build properly with kotlin1.3.20
* Compiler version info: Konan: 1.2-eap-8472 / Kotlin: 1.3.30Your project is still configured to use 1.3.30 EAP.
ribesg
03/15/2019, 8:57 AMCyrille QUÉMIN
03/15/2019, 9:11 AM1.3.30-eap-42
and crashes. Whereas before when was built with 1.3.20
it was working