plugins { application } dependencies { implementation("dev.jlibghostty:jlibghostty:0.1.0-SNAPSHOT") } application { mainClass.set("example.Main") } tasks.withType().configureEach { jvmArgs("--enable-native-access=ALL-UNNAMED") }