build.gradle 587 B

12345678910111213
  1. plugins {
  2. /**
  3. * Use `apply false` in the top-level build.gradle file to add a Gradle
  4. * plugin as a build dependency but not apply it to the current (root)
  5. * project. Don't use `apply false` in sub-projects. For more information,
  6. * see Applying external plugins with same version to subprojects.
  7. */
  8. id 'com.android.application' version '8.3.1' apply false
  9. id 'org.jetbrains.kotlin.android' version '1.8.22' apply false
  10. id 'de.mannodermaus.android-junit5' version '1.9.3.0' apply false
  11. id 'dev.rikka.tools.refine' version '4.3.0' apply false
  12. }