chrisnkrueger / android-ktx

Android KTX is a library with Kotlin extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Central Kotlin Gradle GitHub License

Android Kotlin Extensions

This project has additional kotlin extensions for Android.

Adding to your project

The library is published to Maven Central. Add the Maven Central repository if it is not already there.

repositories {
    mavenCentral()
}

To use the library in a single-platform project, add a dependency.

dependencies {
    implementation("app.moviebase:android-ktx:1.3.4")
}

About

Android KTX is a library with Kotlin extensions.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%