<@U0F3291QE> Ah, I see what's going on. I have Pr...
# tornadofx
i
@edvin Ah, I see what's going on. I have Preferences > Editor > Code Style > Kotlin > Imports > Top Level Symbols set for "Use import with '*' when at least 5 names used". I believe that's the default. When I switched to
launch<MyApp>(args)
that put the
tornadofx
imports over that threshold. I've since installed the TornadoFX plugin, and it seems to have added
import tornadofx.*
to the "Packages to Use Import with '*'" list, so that would avoid this scenario going forward.