isolaatti-android/build.gradle

7 lines
362 B
Groovy
Raw Normal View History

2023-02-06 13:44:27 -06:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2023-02-11 23:41:23 -06:00
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
2023-02-06 13:44:27 -06:00
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'com.google.dagger.hilt.android' version '2.44' apply false
}