1
0
NTO-2024-Client-solve/build.gradle.kts
vladimir-shperling 40a181d5b2
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 14s
Add solution
2024-10-29 20:10:10 +07:00

7 lines
368 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
androidApplication version Version.agp apply false
kotlinJvm version Version.Kotlin.language apply false
kotlinAnnotationProcessor version Version.Kotlin.language apply false
id("com.google.dagger.hilt.android") version "2.51.1" apply false
}