Initial commit for customattrs module

This commit is contained in:
MM20
2022-07-18 21:58:30 +02:00
parent e3de50693f
commit 5bd86e6f95
11 changed files with 257 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.2.1")
classpath(libs.kotlin.gradle)
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}