Skip to content

Commit

Permalink
apply
Browse files Browse the repository at this point in the history
  • Loading branch information
trOnk12 committed Oct 6, 2023
1 parent 59fa69d commit 0dea1b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dea1b2

Please sign in to comment.