// 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 id("org.jetbrains.kotlin.android") version "1.9.24" apply false }