Добрый день
Не могу разобраться.
Задача в inteliJ IDEA собирать прилежание на kotlin с использование tornadoFX через gradle.
помогите разобраться.
build.gridle
plugins {
id 'org.jetbrains.kotlin.jvm' version "1.4.0"
id 'application'
}
group = 'com.test'
version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
application {
mainClassName = "com.example.MainKt"
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "no.tornado:tornadofx:$tornadofx_version"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit"
}
compileKotlin {
kotlinOptions.jvmTarget = "1.8"
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
#log
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: