Skip to content

depau/kotlet-android

Repository files navigation

Kotlet (Android)

Kotlin commons to throw away boilerplate code.

→ Kotlet (generic library): https://github.com/Depau/kotlet

Cotoletta

[Kotlet alla milanese]

How to use

In root build.gradle:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

In your module/app build.gradle:

	dependencies {
	        implementation 'com.github.Depau:kotlet-android:v0.2.4'
	}

API reference

Latest JavaDoc: https://javadoc.jitpack.io/com/github/Depau/kotlet-android/master-SNAPSHOT/javadoc/index.html

API reference and documentation will be added soon, as soon as I have some time ;)