hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Kotlin script imports #70

Open GregHib opened 4 years ago

GregHib commented 4 years ago

ScriptConfigurations current specifies correct packages but scripts don't auto-suggest imports recursively. Look into why this is and how it can be improved.

Example: "kotlinx.*" and typing runBlocking in a script doesn't suggest it as an import because the package is kotlinx.coroutines.runBlocking

GregHib commented 4 years ago

https://youtrack.jetbrains.com/issue/KT-35825