Kotlinx-coroutines version set to 1.2.1 for IDEA 192
This commit is contained in:
+3
-2
@@ -166,8 +166,9 @@ extra["versions.junit"] = "4.12"
|
||||
extra["versions.javaslang"] = "2.0.6"
|
||||
extra["versions.ant"] = "1.8.2"
|
||||
extra["versions.android"] = "2.3.1"
|
||||
extra["versions.kotlinx-coroutines-core"] = "1.1.1"
|
||||
extra["versions.kotlinx-coroutines-jdk8"] = "1.1.1"
|
||||
val coroutinesVersion = if (Platform[192].orHigher()) "1.2.1" else "1.1.1"
|
||||
extra["versions.kotlinx-coroutines-core"] = coroutinesVersion
|
||||
extra["versions.kotlinx-coroutines-jdk8"] = coroutinesVersion
|
||||
extra["versions.json"] = "20160807"
|
||||
extra["versions.native-platform"] = "0.14"
|
||||
extra["versions.ant-launcher"] = "1.8.0"
|
||||
|
||||
@@ -28,6 +28,7 @@ messages/**)
|
||||
-dontwarn com.intellij.util.SVGLoader
|
||||
-dontwarn com.intellij.util.SVGLoader$MyTranscoder
|
||||
-dontwarn com.intellij.util.ImageLoader$ImageDesc
|
||||
-dontwarn kotlinx.coroutines.flow.FlowKt__MergeKt
|
||||
-dontwarn net.sf.cglib.**
|
||||
-dontwarn org.objectweb.asm.** # this is ASM3, the old version that we do not use
|
||||
-dontwarn com.sun.jna.NativeString
|
||||
|
||||
Reference in New Issue
Block a user