-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbuild.gradle
More file actions
17 lines (17 loc) · 602 Bytes
/
Copy pathbuild.gradle
File metadata and controls
17 lines (17 loc) · 602 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
buildscript {
ext {
compose_version = '1.10.4'
wear_compose_version = '1.5.6'
}
dependencies {
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.8'
classpath "com.google.dagger:hilt-android-gradle-plugin:2.57.2"
}
}
plugins {
id 'com.android.application' version '8.13.2' apply false
id 'org.jetbrains.kotlin.android' version '2.2.20' apply false
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.10' apply false
id 'com.google.devtools.ksp' version '2.3.3' apply false
id 'com.android.library' version '8.13.0' apply false
}