okarm
12/05/2025, 5:08 PMe: java.lang.IllegalStateException: Unexpected member: <DANGLING MODIFIER: Top level declaration expected>
at org.jetbrains.kotlin.fir.backend.Fir2IrConverter.processMemberDeclaration(Fir2IrConverter.kt:551)
...
when compiling a hefty chunk of generated code. How can I find which source file(s) is problematic? No Gradle logging option up to and including --debug makes the compiler print any more information.Oliver.O
12/05/2025, 5:15 PMFir2IrConverter.kt:551?