Should IDEA 2019.3.1 work with development version...
# intellij
m
Should IDEA 2019.3.1 work with development versions of Kotlin/Native? Currently 1.3.70-eap-42 works in Gradle command line just fine, but fails in IDEA:
Copy code
12:14	Incompatible Kotlin/Native libraries
			There are 1 libraries from the Kotlin/Native 1.3.70-eap-42 distribution attached to the project: stdlib
			These libraries were compiled with a newer Kotlin/Native compiler and can't be read in IDE. Please edit Gradle buildfile(s) to use Kotlin Gradle plugin version 1.3.61. Then re-import the project in IDE.

12:14	Incompatible Kotlin/Native libraries
			There are 7 libraries attached to the project that were compiled with a newer Kotlin/Native compiler and can't be read in IDE:
			"builtin" at F:\work\.konan\kotlin-native-windows-1.3.70-eap-14002\klib\platform\mingw_x64\builtin
			"gdiplus" at F:\work\.konan\kotlin-native-windows-1.3.70-eap-14002\klib\platform\mingw_x64\gdiplus
			"iconv" at F:\work\.konan\kotlin-native-windows-1.3.70-eap-14002\klib\platform\mingw_x64\iconv
			"opengl32" at F:\work\.konan\kotlin-native-windows-1.3.70-eap-14002\klib\platform\mingw_x64\opengl32
			"posix" at F:\work\.konan\kotlin-native-windows-1.3.70-eap-14002\klib\platform\mingw_x64\posix
			"windows" at F:\work\.konan\kotlin-native-windows-1.3.70-eap-14002\klib\platform\mingw_x64\windows
			"zlib" at F:\work\.konan\kotlin-native-windows-1.3.70-eap-14002\klib\platform\mingw_x64\zlib
			Please edit Gradle buildfile(s) to use Kotlin Gradle plugin version 1.3.61. Then rebuild the project and re-import it in IDE.
a
You would have to get the plugin with identical version 1.3.70-eap-42, but such a plugin is not (publicly) released yet.
Sorry, I was wrong. You should be able to download the plugin from this Teamcity: https://teamcity.jetbrains.com/buildConfiguration/Kotlin_KotlinPublic_Aggregate?mode=builds#all-projects. Just hover on "artifacts" icon on the right of the build.
m
🙏