smallshen
06/14/2024, 3:07 AMilya.chernikov
06/17/2024, 8:31 AMkotlin.script.experimental.intellij.ScriptDefinitionsProvider
(and registers the implementation).
As a quick-hack you can use Settings -> Build, Execution, Deployment -> Compiler -> Kotlin Compiler and enter definition FQN and classpath into the last two fields
(they might be unlabeled due to the bug)
You can turn on detection of the definition from the project classpath, but you have to opt-in for it manually, either by setting isStandalone(false)
in the definition or by using -Xallow-any-scripts-in-source-roots
compiler options (some details)smallshen
06/17/2024, 9:07 PMilya.chernikov
06/18/2024, 6:27 AMpackage.name.ClassName