You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.8 KiB

4 months ago
4 months ago
4 months ago
4 months ago
  1. [versions]
  2. agp = "8.8.0"
  3. gson = "2.12.1"
  4. junit = "4.13.2"
  5. junitVersion = "1.2.1"
  6. espressoCore = "3.6.1"
  7. appcompat = "1.7.0"
  8. material = "1.12.0"
  9. activity = "1.10.1"
  10. constraintlayout = "2.2.1"
  11. reflections = "0.10.2"
  12. kotlinStdlib = "2.0.21"
  13. ktorServerCore = "2.3.13"
  14. [libraries]
  15. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  16. junit = { group = "junit", name = "junit", version.ref = "junit" }
  17. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  18. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  19. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  20. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  21. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  22. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  23. reflections = { module = "org.reflections:reflections", version.ref = "reflections" }
  24. kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlinStdlib" }
  25. ktor-server-cio = { module = "io.ktor:ktor-server-cio", version.ref = "ktorServerCore" }
  26. ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktorServerCore" }
  27. ktor-server-websockets = { module = "io.ktor:ktor-server-websockets", version.ref = "ktorServerCore" }
  28. ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktorServerCore" }
  29. ktor-server-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktorServerCore" }
  30. [plugins]
  31. android-application = { id = "com.android.application", version.ref = "agp" }
  32. kotlin-android = { id = "org.jetbrains.kotlin.android", version = "2.0.21" }