jimmyt
10/28/2021, 11:56 PMKamilH
10/29/2021, 5:36 AMcinterop
error messages are going to be available only after Kotlin 1.6.20 is released. You can track it here: https://youtrack.jetbrains.com/issue/KT-35059
Could you share what kind of pod you are trying to add? I recently faced some similar problem, that I described here and maybe I could help youjimmyt
10/29/2021, 5:53 PMKamilH
10/29/2021, 5:57 PMtasks.withType(org.jetbrains.kotlin.gradle.tasks.CInteropProcess::class.java) {
settings.compilerOpts("-DNS_FORMAT_ARGUMENT(A)=")
}
jimmyt
10/29/2021, 6:18 PMKamilH
10/29/2021, 6:27 PMjimmyt
10/29/2021, 9:06 PMKamilH
10/30/2021, 4:07 AM