Skip to content
Snippets Groups Projects
build.gradle 439 B
Newer Older
/*
 * This file was generated by the Gradle 'init' task.
 */

plugins {
    id 'notes.multi.kotlin-library-conventions'
    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()