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.

40 lines
2.1 KiB

4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
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. hutoolJson = "5.8.36"
  5. junit = "4.13.2"
  6. junitVersion = "1.2.1"
  7. espressoCore = "3.6.1"
  8. appcompat = "1.7.0"
  9. material = "1.12.0"
  10. activity = "1.10.1"
  11. constraintlayout = "2.2.1"
  12. okhttp = "4.12.0"
  13. reflections = "0.10.2"
  14. kotlinStdlib = "2.0.21"
  15. ktorServerCore = "2.3.13"
  16. [libraries]
  17. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  18. hutool-json = { module = "cn.hutool:hutool-json", version.ref = "hutoolJson" }
  19. junit = { group = "junit", name = "junit", version.ref = "junit" }
  20. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  21. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  22. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  23. ktor-server-cors = { module = "io.ktor:ktor-server-cors", version.ref = "ktorServerCore" }
  24. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  25. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  26. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  27. okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
  28. reflections = { module = "org.reflections:reflections", version.ref = "reflections" }
  29. kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlinStdlib" }
  30. ktor-server-cio = { module = "io.ktor:ktor-server-cio", version.ref = "ktorServerCore" }
  31. ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktorServerCore" }
  32. ktor-server-websockets = { module = "io.ktor:ktor-server-websockets", version.ref = "ktorServerCore" }
  33. ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktorServerCore" }
  34. ktor-server-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktorServerCore" }
  35. [plugins]
  36. android-application = { id = "com.android.application", version.ref = "agp" }
  37. kotlin-android = { id = "org.jetbrains.kotlin.android", version = "2.0.21" }