Add: acronyms models

This commit is contained in:
Carlos Martinez
2021-06-16 00:34:11 -04:00
parent 0115216494
commit 205de0ef8d
7 changed files with 85 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ apply from: '../base.gradle'
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-parcelize'
dependencies {
implementation project(':core')