diff --git a/build.gradle b/build.gradle index 54b7d7ac7..ef2998fe1 100644 --- a/build.gradle +++ b/build.gradle @@ -3,11 +3,14 @@ buildscript { compose_version = '1.3.3' ktor_version = '2.3.4' } + dependencies { + + } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { // id 'app.cash.paparazzi' version '1.2.0' apply false - id 'com.android.application' version '7.4.1' apply false + id 'com.android.application' version '7.4.1' apply true id 'com.android.library' version '7.4.1' apply false // id 'org.jetbrains.kotlin.android' version '1.8.10' apply false id 'com.google.dagger.hilt.android' version '2.45' apply false