Initial commit

This commit is contained in:
2022-08-18 17:56:55 +06:00
commit b32b3e7c38
22 changed files with 943 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"