m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 80c2846..1ee577b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,6 +26,8 @@ dependencies {
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
+
+ implementation 'com.esotericsoftware:kryo:4.0.2'
}
application {