2024-03-10 03:00:31 +07:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
2024-10-29 02:51:00 +07:00
|
|
|
androidApplication version Version.agp apply false
|
2024-03-10 03:00:31 +07:00
|
|
|
kotlinJvm version Version.Kotlin.language apply false
|
2024-10-29 20:33:19 +07:00
|
|
|
kotlinAnnotationProcessor version Version.Kotlin.language apply false
|
2024-10-29 20:31:23 +07:00
|
|
|
id("com.google.dagger.hilt.android") version "2.51.1" apply false
|
2024-10-29 13:57:20 +07:00
|
|
|
}
|