I'm trying to get IntelliJ IDEA to recognize my cu...
# scripting
z
I'm trying to get IntelliJ IDEA to recognize my custom script but it just refuses to do it. I've created an empty file at
META-INF/kotlin/script/templates/dev.zt64.composables.ComposableScript
but when I select the script nothing is resolved and the classpath is missing dependencies. I've tried adding
isStandalone(false)
to my compilation configuration as well here is the repository https://github.com/zt64/compose-scripts
👀 1