Hey! I am getting while compileKotlinIos. Can anyo...
# kotlin-native
v
Hey! I am getting while compileKotlinIos. Can anyone pls tell me how to rectify this issue I am not available to get the root cause earlier it was working fine.
2020-11-05T14:06:50.543+0530 [ERROR] [system.err] e: Compilation failed: null
* Compiler version info: Konan: 1.4.10 / Kotlin: 1.4.10
2020-11-05T14:06:50.543+0530 [ERROR] [system.err]  * Output kind: LIBRARY
2020-11-05T14:06:50.543+0530 [ERROR] [system.err]
2020-11-05T14:06:50.544+0530 [ERROR] [system.err] e: java.lang.StackOverflowError
2020-11-05T14:06:50.544+0530 [ERROR] [system.err] 	at org.jetbrains.kotlin.psi2ir.generators.IrSyntheticDeclarationGenerator.visitCall(IrSyntheticDeclarationGenerator.kt:17)
2020-11-05T14:06:50.544+0530 [ERROR] [system.err] 	at org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl.accept(IrCallImpl.kt:78)
2020-11-05T14:06:50.544+0530 [ERROR] [system.err] 	at org.jetbrains.kotlin.ir.expressions.impl.IrMemberAccessExpressionBase.acceptChildren(IrMemberAccessExpressionBase.kt:57)
2020-11-05T14:06:50.544+0530 [ERROR] [system.err] 	at org.jetbrains.kotlin.ir.expressions.impl.IrCallWithIndexedArgumentsBase.acceptChildren(IrCallWithIndexedArgumentsBase.kt:63)
2020-11-05T14:06:50.544+0530 [ERROR] [system.err] 	at org.jetbrains.kotlin.ir.visitors.IrElementVisitorVoidKt.acceptChildrenVoid(IrElementVisitorVoid.kt:275)
a
Hi, @Vinod Rai! This seems like a compiler bug. Please file an issue kotl.in/issue with a project and build instructions.
v
Alright!