Here’s the exception
# eap
p
Here’s the exception
l
It seems you're still using konan and Kotlin 1.2, mixed with Kotlin 1.3, which are not so compatible as Kotlin Native is still moving fast (with no backwards/forward compatibility guarantees)
@pardom You should use the Kotlin mutlplatform or the Kotlin platform gradle plugins in place of Konan (which has been deprecated)
l
@pardom This is using the new Kotlin mutliplatform plugin, so it's fine, but from the logs, there's something still on 1.2, and you should update to 1.3, so you have the same Kotlin version through your project
p
Everything in the project is using 1.3.30-eap-125. Unless you can seem something I’m missing? https://github.com/oolong-kt/oolong/blob/master/buildSrc/src/main/kotlin/deps/Dependencies.kt
l
You just shown you use 1.3.21 as you linked your master branch. Does it compile fine on 1.3.21? If so, please report that 1.3.30-eap-125 issue on kotl.in/issue, giving a permalink to the reproducing project (press Y from computer to convert current branch to permalink in GitHub that references a hard revision), and linking the issue here.
👍 1
p