mirror of
https://github.com/imcarlost/Acronyms.git
synced 2026-04-10 02:46:53 -04:00
Add: core submodule and implement new gradle configuration structure
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user