steelahhh
11/24/2020, 2:48 PMSymbol with IrSimpleFunctionSymbolImpl is unbound
when running linkDebugFrameworkIos(Arm64, X64)
After some investigation, it turned out that the piece of code causing this exception is this:
lateinit var property: String
private set
Without private set
it builds just fine. Is it a known issue?steelahhh
11/24/2020, 2:57 PMCompilation failed: Unbound symbols not allowed
Unbound private symbol org.jetbrains.kotlin.ir.symbols.impl.IrSimpleFunctionSymbolImpl@7b19a323
Artyom Degtyarev [JB]
11/25/2020, 8:28 AMsteelahhh
11/26/2020, 6:33 AM