Skip to content

This is an Android Library with some Kotlin functions and extensions I always copy and paste in all my projects

Notifications You must be signed in to change notification settings

EmanueleMelini/KotlinAndroidUtils

Repository files navigation

KotlinAndroidUtils

This is an Android Library with some Kotlin functions and extensions I always copy and paste in all my projects

Add in your project

To add the library in your project paste the code below in the project level build.gradle

repositories {
    mavenCentral()
    maven { url "https://jitpack.io" }
}

and the code below to the application level build.gradle

dependencies {
    implementation 'com.github.EmanueleMelini:KotlinAndroidUtils:VERSION'
}

About

This is an Android Library with some Kotlin functions and extensions I always copy and paste in all my projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages