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

Orhan Tozan

03/07/2020, 12:31 AM
Anyone else keep getting these errors after upgrading to Kotlin 1.3.70? I cleared all my caches and folders, but it keeps popping up after reimporting
d

Dominaezzz

03/07/2020, 12:39 AM
Yes. This happens when I clean. Seems like some sort of catch all false negative. The solution is to run the cinterop tasks.
o

Orhan Tozan

03/07/2020, 12:55 AM
What are the cinterop tasks?
d

Dominaezzz

03/07/2020, 1:00 AM
Oops, I assumed it was a custom made cinterop library.
Have you updated the project to 1.3.70 too? Or just the IDE plugin?
o

Orhan Tozan

03/07/2020, 12:14 PM
Ive updated the ide plugin and set the kotlin multiplatform plugin to version 1.3.70
a

Artyom Degtyarev [JB]

03/10/2020, 6:23 AM
Hi, @Orhan Tozan! Seems like the IDE was looking at the 1.3.61 for some reason. Is the problem still reproducible, or you managed to deal with it somehow?
o

Orhan Tozan

03/10/2020, 11:20 AM
I didnt re check it, but I think it came because I didnt update my coroutines dependencies from 1.3.3 to 1.3.4