Join Slack
Powered by
I think I’ve stumbled upon a fairly serious compil...
# javascript
s
Seth Madison
10/27/2025, 11:21 PM
I think I’ve stumbled upon a fairly serious compiler bug in 2.2.21.
https://youtrack.jetbrains.com/issue/KT-81971/Kotlin-JS-incorrectly-compiles-get-to-kotlin.js.get
It seems that an inlined/reified function with Any as its type param (inside of a constructor) always gets compiled to
kotlin.js.get
. This is breaking our
koin
integration.
Open in Slack
Previous
Next