-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.gradle
More file actions
17 lines (17 loc) · 838 Bytes
/
build.gradle
File metadata and controls
17 lines (17 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
buildscript {
ext {
compose_version = '1.3.0'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.0-alpha07' apply false
id 'com.android.library' version '8.1.0-alpha07' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'com.google.dagger.hilt.android' version '2.42' apply false
id "org.jetbrains.kotlin.plugin.serialization"version '1.5.21'
// classpath "org.jetbrains.kotlin:kotlin-serialization:1.5.21"
// id 'com.android.application' version '7.2.2' apply false
// id 'com.android.library' version '7.2.2' apply false
// id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
// id 'com.google.dagger.hilt.android' version '2.41' apply false
}