Skip to content

ChrisKruegerDev/android-ktx

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages