bartvh
10/15/2018, 2:27 PMClass 'kotlin.collections.CollectionsKt__CollectionsJVMKt' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
. Using Gradle, the code compiles and runs fine. Could it be because I'm using plugin version 1.3-rc146 but in Gradle using 1.3-M2 (which I must because of a bug in the newer version)?dsavvinov
10/15/2018, 2:41 PMin Gradle using 1.3-M2Yes, that's exactly the reason. Can you please point to the issue in tracker (maybe we can suggest some build in-between 1.3-M2 and 1.3-rc-146 without the issue)?
bartvh
10/15/2018, 2:46 PMbartvh
10/15/2018, 2:47 PMsomeKClass.primaryConstructor.callBy(someMap)
now always throws an internal exceptionbartvh
10/15/2018, 2:48 PMdsavvinov
10/15/2018, 2:54 PMbartvh
10/15/2018, 3:04 PMbartvh
10/15/2018, 3:18 PMbartvh
10/15/2018, 3:24 PMdsavvinov
10/16/2018, 7:46 AMbartvh
10/16/2018, 8:33 AMdsavvinov
10/16/2018, 9:34 AM