:warning: I found that enabling Compose + Kotlin/J...
# compose
d
⚠️ I found that enabling Compose + Kotlin/JS + the popular BuildKonfig plugin = Compiler Assertion Error! 😱
Copy code
java.lang.AssertionError: Unexpected field without property myapp.MyConfig.$stable
☝️ Can't find this assertion type mentioned anywhere on Slack, Google or YouTrack - is there a prize for catching a new one? 😅 Minimal reproduction project included in raised YouTrack Issue Anyone know what this
$stable
field is, for any clues how the issue might be worked-around?
a
$stable
is a field generated by compose compiler plugin to indicate class stability.
🤔 1