Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 299 Bytes

kotlin-extensions

Small library or usefull kotlin extension functions.

To add it to your project add into your main build.gradle

maven { url = uri("https://dl.bintray.com/sorinirimies/greenlibs") }

And to your dependencies:

implementation("com.sorinirimies:kotlin-ext:1.0.1")