/android-ktx

Android KTX is a library with Kotlin extensions.

Primary LanguageKotlinApache License 2.0Apache-2.0

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")
}