Add: acronyms module

This commit is contained in:
Carlos Martinez
2021-06-15 22:38:58 -04:00
parent f8041b2472
commit 0115216494
26 changed files with 389 additions and 1 deletions

9
acronyms/build.gradle Normal file
View File

@@ -0,0 +1,9 @@
apply from: '../versions.gradle'
apply from: '../base.gradle'
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
dependencies {
implementation project(':core')
}