mirror of
https://github.com/imcarlost/Acronyms.git
synced 2026-04-10 02:46:53 -04:00
Add: acronyms module
This commit is contained in:
9
acronyms/build.gradle
Normal file
9
acronyms/build.gradle
Normal 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')
|
||||
}
|
||||
Reference in New Issue
Block a user