Skip to content

eaglesakura/armyknife-runtime

Repository files navigation

What is this repository?

Library for android applications with Kotlin.

armyknife is small library, but it can be more small. If you have to shrink to application, then proguard-options set to enable.

how to implementation into your project

// build.gradle
dependencies {
    implementation 'io.github.eaglesakura.armyknife-runtime:armyknife-runtime:1.4.+'
}