13 lines
173 B
Text
13 lines
173 B
Text
|
|
plugins {
|
||
|
|
id("mihon.library")
|
||
|
|
kotlin("android")
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "com.murgupluoglu.flagkit"
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(projects.core.common)
|
||
|
|
}
|