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.

21 lines
526 B

  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. repositories {
  4. google()
  5. }
  6. dependencies {
  7. classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0")
  8. }
  9. }
  10. plugins {
  11. id 'com.android.application' version '7.2.0' apply false
  12. id 'com.android.library' version '7.2.0' apply false
  13. id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
  14. }
  15. task clean(type: Delete) {
  16. delete rootProject.buildDir
  17. }