You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, kscript annotations live in the default package, so that users don't need to import them when writing scripts (which typically don't declare a package).
Currently, kscript annotations live in the default package, so that users don't need to import them when writing scripts (which typically don't declare a package).
But the default package has issues and is considered bad practice https://youtrack.jetbrains.com/issue/KT-21422
So we may want to simply reimplement the annotations in an actual namespace (
kscript.annotations
) for better design and tooling within IJ.The text was updated successfully, but these errors were encountered: