mirror of
https://github.com/imcarlost/Acronyms.git
synced 2026-04-10 02:46:53 -04:00
Add: acronyms models
This commit is contained in:
@@ -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 {
|
||||
api deps.google.kotlin.std_lib
|
||||
@@ -15,6 +16,7 @@ dependencies {
|
||||
api deps.google.androidx.navigation_fragment
|
||||
api deps.google.androidx.navigation_ui
|
||||
api deps.google.material.core
|
||||
api deps.google.gson.core
|
||||
api deps.core.okhttp.logging_interceptor
|
||||
api deps.core.retrofit.runtime
|
||||
api deps.core.retrofit.gson
|
||||
|
||||
Reference in New Issue
Block a user