is there a limit to how many @JsExport annotations...
# javascript
b
is there a limit to how many @JsExport annotations you can have? I'm getting compiler NPEs but it's probably too difficult to reproduce in a test project Details: Internal error in body lowering: java.lang.NullPointerException: null at org.jetbrains.kotlin.ir.backend.js.lower.ES6PrimaryConstructorUsageOptimizationLowering$lower$1.visitCall(ES6PrimaryConstructorOptimizationLowering.kt:170) got it: if you put @JsExport onto a private class, it causes this exception; gonna try to reproduce it in a minimal project and file an issue https://youtrack.jetbrains.com/issue/KT-75772/KotlinJS-Adding-JsExport-to-a-file-private-class-causes-a-Compiler-NPE