Have this issue with my custom script definition. ...
# scripting
u
Have this issue with my custom script definition. Using IJ 2020.3.3, Kotlin version 1.4.32. Appreciate any help
Something worth noting, my definition class is in module a and my scripts are in module b. module b implements module a
Fixed issues mentioned but IJ still not pick up custom script def despite the discovery file in resources folder
e
I think this is a bug in this version. But you can specify script definition class and script class path in kotlin script compiler settings manually and this will fix the issue.