Newer
Older
/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
id 'notes.multi.kotlin-library-conventions'
Guransh Khurana
committed
id 'application'
id 'org.jetbrains.kotlin.jvm'
id 'org.openjfx.javafxplugin' version '0.0.13'
}
javafx {
version = '18.0.2'
modules = ['javafx.controls', 'javafx.graphics', 'javafx.web']
testImplementation 'org.jetbrains.kotlin:kotlin-test'
}
test {
useJUnitPlatform()