komikku/flagkit/build.gradle.kts
Tran M. Cuong 8c6cca09a4
feat (ui): source language flags (#272)
* add countries flags
add flags & simplify/sizing
add flagkit

* add flags to Extensions Filter

* add flags to Sources & Extensions screen

* show language flag in Library
2024-08-26 00:07:56 +07:00

12 lines
173 B
Text

plugins {
id("mihon.library")
kotlin("android")
}
android {
namespace = "com.murgupluoglu.flagkit"
}
dependencies {
implementation(projects.core.common)
}