We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e682f commit 8b78c7eCopy full SHA for 8b78c7e
build.gradle
@@ -1,12 +1,18 @@
1
buildscript {
2
ext {
3
compose_version = '1.1.1'
4
+ kotlin_version = '1.6.10'
5
+ }
6
+
7
+ repositories {
8
+ google()
9
+ mavenCentral()
10
11
+ dependencies {
12
+ classpath "com.android.tools.build:gradle:7.1.3"
13
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
15
}
-}// Top-level build file where you can add configuration options common to all sub-projects/modules.
-plugins {
- id 'com.android.application' version '7.1.3' apply false
- id 'com.android.library' version '7.1.3' apply false
- id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
16
17
18
task clean(type: Delete) {
0 commit comments