/commonFunction

commonFunction

Primary LanguageKotlin

commonFunction

API

commonFunction is an Android Library that can helps you with some common function for your App.

Adding a dependency

To use it you need to add the following gradle dependency to your build.gradle file of the module where you want to use commonFunction (NOT the root file).

repositories {
    maven { url "https://jitpack.io" }
}
dependencies {
    implementation 'com.github.dodyac:commonFunction:$version'
}

Credits

License

Copyright 2023 Dody AC