Skip to content

It's a lightweight core library for simplify your life 😏

License

Notifications You must be signed in to change notification settings

egorikftp/CoreLib-Kotlin

Repository files navigation

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'
}