/CoreLib-Kotlin

It's a lightweight core library for simplify your life :smirk:

Primary LanguageKotlinApache License 2.0Apache-2.0

CoreLib-Kotlin

I don't like write the same code every time 😎

Let's save your time and use modern features Kotlin language 💗

Two simple steps:

  1. Add to project build.gradle file this code:
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  1. Add dependency for you app build.gradle:
  dependencies {
  	implementation 'com.github.egorikftp:CoreLib-Kotlin:0.0.7'
}