add GSON dependency

This commit is contained in:
CodeSteak 2019-06-02 20:58:21 +02:00
parent ec9c6888fc
commit 2c064fe15c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "no.tornado:tornadofx:$tornadofx_version"
implementation "com.jfoenix:jfoenix:8.0.8"
implementation 'com.google.code.gson:gson:2.8.5'
}
compileKotlin {