I want to run kotlin script from a maven build. Do...
# announcements
m
I want to run kotlin script from a maven build. Does anybody know which args to pass to kotlin-maven-plugin? I tried
mvn kotlin:script -DscriptFile=MyScript.kts
without success
h