I'm looking at 2.3.0's improved support for top-level function declaration but was surprised to still encounter https://youtrack.jetbrains.com/issue/KT-58886. I suppose it's only being supported for JVM?
➕ 1
d
dmitriy.novozhilov
10/07/2025, 11:52 PM
Yep, this one is not fixed.
There are technical difficulties with incremental compilation on js
z
Zac Sweers
10/08/2025, 2:21 AM
is there possibly an intermediate path of at least disabling this check if incremental compilation is disabled?
d
dmitriy.novozhilov
10/08/2025, 2:24 AM
Not yet. I plan to look at it after getting back from vacation.