josephivie
08/22/2019, 5:33 AMkotlinc -cp kts.jar -script test.kts, where test.kts is my script file and kts.jar is the kotlin-main-kts JAR from Maven, but I get 'Unable to find script definitions' and a bunch of errors related to it not knowing what the dependency annotations are. I'm following the tutorial as exactly as I understand it - what's missing?gildor
08/22/2019, 5:40 AMgildor
08/22/2019, 5:41 AMgildor
08/22/2019, 5:41 AMjosephivie
08/22/2019, 5:41 AMgildor
08/22/2019, 5:44 AMgildor
08/22/2019, 5:45 AMkotlinc -cp kotlin-main-kts-1.3.41.jar -script sample.main.ktsgildor
08/22/2019, 5:46 AMjosephivie
08/22/2019, 5:53 AM