andreasmattsson
02/14/2020, 1:39 PM-kotlin_version=1.3.50
-kotlin_coroutines_version=1.3.0
-kotlin_serialization_version=0.12.0
+kotlin_version=1.3.61
+kotlin_coroutines_version=1.3.3
+kotlin_serialization_version=0.14.0
I'm getting this error:
> Task :Common:generateDefFlutter UP-TO-DATE
> Task :Common:cinteropFlutterIOS
> Task :Common:generateDefReactiveObjC
> Task :Common:cinteropReactiveObjCIOS FAILED
Exception in thread "Thread-3" java.lang.AssertionError: Assertion failed
at org.jetbrains.kotlin.native.interop.indexer.NativeIndexImpl.convertFunctionType(Indexer.kt:654)
at org.jetbrains.kotlin.native.interop.indexer.NativeIndexImpl.convertBlockPointerType(Indexer.kt:691)
at org.jetbrains.kotlin.native.interop.indexer.NativeIndexImpl.convertType(Indexer.kt:610)
at org.jetbrains.kotlin.native.interop.indexer.NativeIndexImpl.convertType$default(Indexer.kt:507)
at org.jetbrains.kotlin.native.interop.indexer.NativeIndexImpl.getTypedef(Indexer.kt:420)
at org.jetbrains.kotlin.native.interop.indexer.NativeIndexImpl.indexDeclaration(Indexer.kt:772)
at org.jetbrains.kotlin.native.interop.indexer.IndexerKt$indexDeclarations$$inlined$withIndex$lambda$1.indexDeclaration(Indexer.kt:985)
at org.jetbrains.kotlin.native.interop.indexer.UtilsKt$indexTranslationUnit$1$indexerCallbacks$1$4.invoke(Utils.kt:428)
at org.jetbrains.kotlin.native.interop.indexer.UtilsKt$indexTranslationUnit$1$indexerCallbacks$1$4.invoke(Utils.kt)
at kotlinx.cinterop.JvmCallbacksKt$createStaticCFunctionImpl$$inlined$ffiClosureImpl$3.invoke(JvmCallbacks.kt:489)
at kotlinx.cinterop.JvmCallbacksKt$createStaticCFunctionImpl$$inlined$ffiClosureImpl$3.invoke(JvmCallbacks.kt)
at kotlinx.cinterop.JvmCallbacksKt.ffiFunImpl(JvmCallbacks.kt:448)
at kotlinx.cinterop.JvmCallbacksKt.ffiFunImpl0(JvmCallbacks.kt:435)
FAILURE: Build failed with an exception.
I'm using two Pods defined in my cocoapods
-block:
cocoapods {
pod('Flutter', library_version)
pod('ReactiveObjC', "~> $reactive_objc_version")
}
(reactive_objc_version is 3.1)Artyom Degtyarev [JB]
02/14/2020, 3:03 PMandreasmattsson
02/14/2020, 3:29 PMArtyom Degtyarev [JB]
02/17/2020, 9:46 AMArtyom Degtyarev [JB]
02/17/2020, 9:47 AMandreasmattsson
02/17/2020, 9:55 AMandreasmattsson
02/17/2020, 9:55 AMandreasmattsson
02/17/2020, 9:57 AMandreasmattsson
02/17/2020, 10:04 AMArtyom Degtyarev [JB]
02/17/2020, 10:20 AMandreasmattsson
02/17/2020, 10:24 AM