DEADSOFTWARE

Abstract falling block
[cavedroid.git] / build.gradle
index e782b875c13cf50c9771e87959f406be7cdb817f..60a1bb36473273a246bf966c6b5d46c0122dd6e7 100644 (file)
@@ -1,12 +1,18 @@
 buildscript {
     ext {
         appName = "CaveDroid"
+
         gdxVersion = '1.12.0'
+
         guavaVersion = '28.1'
+
         daggerVersion = '2.51.1'
+
         kotlinVersion = '1.9.24'
         kspVersion = '1.9.24-1.0.20'
         kotlinSerializationVersion = '1.6.3'
+
+        kotlinpoetKspVersion = '1.16.0'
     }
 
     repositories {
@@ -33,5 +39,6 @@ allprojects {
         maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
         maven { url "https://oss.sonatype.org/content/repositories/releases/" }
         maven { url "https://jitpack.io" }
+        maven { url "https://mvn.fredboy.ru/releases/" }
     }
 }