Jeff Lockhart
05/26/2023, 5:26 PM@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
to allow this, but I'm getting a compilation error for a specific internal API:
Compilation failed: Backend Internal error: Exception during IR lowering
The root cause org.jetbrains.kotlin.backend.common.CompilationException was thrown at: org.jetbrains.kotlin.ir.symbols.impl.IrBindablePublicSymbolBase.getOwner(IrPublicSymbolBase.kt:52)Is this expected where some internal APIs can't be accessed in this way? It works on JVM, but not native targets.
Adam S
05/26/2023, 7:58 PMJeff Lockhart
05/26/2023, 11:29 PM