X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=build.gradle;h=375d55d4c890d2c9f1a8825106fd551a094da7ee;hb=36f78fdd1d4f8b9a1c77f8fbedc05e5675a5c288;hp=1f0b0e166b708d4759c3a0f1cc2f9dac76094c11;hpb=26df40fee82cb14e75d757aaee7e31008ff3e46c;p=cavedroid.git diff --git a/build.gradle b/build.gradle index 1f0b0e1..375d55d 100644 --- a/build.gradle +++ b/build.gradle @@ -42,6 +42,7 @@ project(":desktop") { dependencies { implementation project(":core") + implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializationVersion" api "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion" api "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop" }