Files
uitron/build.gradle
2023-09-25 10:14:24 +00:00

14 lines
480 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
nav_version = "2.6.0"
}
}
plugins {
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.1.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
id 'com.android.test' version '8.1.1' apply false
id 'com.google.dagger.hilt.android' version '2.44' apply false
}