Add: core submodule and implement new gradle configuration structure

This commit is contained in:
Carlos Martinez
2021-06-15 21:20:34 -04:00
parent 59fa86e5fe
commit 34007026e0
28 changed files with 367 additions and 26 deletions

View File

@@ -1,7 +1,6 @@
apply from: '../versions.gradle'
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
android {
@@ -33,5 +32,5 @@ android {
}
dependencies {
kapt deps.room.compiler
kapt deps.core.room.compiler
}