Initial commit

This commit is contained in:
Akkihi
2022-06-07 13:17:21 +04:00
commit 45772e7376
22 changed files with 933 additions and 0 deletions

27
build.gradle Normal file
View File

@@ -0,0 +1,27 @@
buildscript {
repositories {
google()
mavenCentral()
mavenLocal()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath libs.android.tools.build
classpath libs.android.dexcount
classpath libs.kotlin.gradle.plugin
classpath libs.kotlin.serialization.plugin
classpath libs.kotlin.dokka.plugin
}
}
allprojects {
repositories {
mavenLocal()
mavenCentral()
google()
}
}
apply from: "./extensions.gradle"
// apply from: "./github_release.gradle"