mirror of
https://github.com/imcarlost/Acronyms.git
synced 2026-04-10 02:46:53 -04:00
Add: data and domain layers
This commit is contained in:
16
shortform/build.gradle
Normal file
16
shortform/build.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
apply from: '../versions.gradle'
|
||||
apply from: '../base.gradle'
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
apply plugin: 'kotlin-parcelize'
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
buildConfigField "String", "DB_NAME", '"acronyms.db"'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
}
|
||||
Reference in New Issue
Block a user