drofwarcs
11/15/2018, 9:34 PMcommon/build/classes/kotlin/ios/main/common-cinterop-ochamcrest.klib-build/kotlin/org/ochamcrest/ochamcrest.kt:127:5: error: expecting function name or receiver type
fun is(value: Any?): Any {
^
The problem is the name of the function is a Kotlin keyword, is
. I verified that manually changing the name in the objc header allowed cinterop to build.ilya.matveev
11/16/2018, 5:21 AMLanderl Young
11/16/2018, 10:53 AMsvyatoslav.scherbina
11/17/2018, 4:53 AMdrofwarcs
11/18/2018, 10:48 PMsvyatoslav.scherbina
11/19/2018, 8:51 AM