Skip to content

Commit e050f7f

Browse files
authored
Create build.gradle
1 parent ce5d192 commit e050f7f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

build.gradle

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
buildscript {
2+
repositories {
3+
google()
4+
mavenCentral()
5+
}
6+
dependencies {
7+
classpath 'com.android.tools.build:gradle:8.2.2'
8+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0'
9+
}
10+
}
11+
12+
allprojects {
13+
repositories {
14+
google()
15+
mavenCentral()
16+
}
17+
}

0 commit comments

Comments
 (0)