build.gradle 448 B

12345678910
  1. buildscript {
  2. }// Top-level build file where you can add configuration options common to all sub-projects/modules.
  3. plugins {
  4. id 'com.android.application' version '8.2.2' apply false
  5. id 'com.android.library' version '8.2.2' apply false
  6. id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
  7. id 'com.google.dagger.hilt.android' version '2.48' apply false
  8. id 'com.google.devtools.ksp' version '1.9.10-1.0.13' apply false
  9. }