diff options
Diffstat (limited to 'game-engine/build.gradle')
-rw-r--r-- | game-engine/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/game-engine/build.gradle b/game-engine/build.gradle index 5a3cc4ea..97067176 100644 --- a/game-engine/build.gradle +++ b/game-engine/build.gradle @@ -16,11 +16,11 @@ configurations { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - implementation 'com.google.code.gson:gson:2.8.0' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' + implementation 'com.github.salomonbrys.kotson:kotson:2.5.0' testImplementation 'junit:junit:4.12' - checkstyleConfig "org.hildan.checkstyle:checkstyle-config:2.1.0" - ktlint "com.github.shyiko:ktlint:0.24.0" + checkstyleConfig 'org.hildan.checkstyle:checkstyle-config:2.1.0' + ktlint 'com.github.shyiko:ktlint:0.24.0' } checkstyle { |