Move the JavaFX files written in Kotlin to the FX module.

This commit is contained in:
Danila Fedorin 2017-08-13 01:51:53 -07:00
parent 31c61fdf95
commit eac2a9ed6b
5 changed files with 7 additions and 1 deletions

View File

@ -5,5 +5,9 @@ subprojects {
repositories {
mavenCentral()
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.3"
}
}

View File

@ -4,6 +4,5 @@ plugins {
dependencies {
compile 'com.moandjiezana.toml:toml4j:0.7.1'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.3"
testCompile 'junit:junit:4.12'
}

View File

@ -1,3 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.1.3'
}
apply plugin: 'application'
dependencies {