File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,20 @@ Android utilities for easier and faster **Kotlin** programming.
55[ ![ Build Status] ( https://travis-ci.org/costular/kotlin-android-utils.svg?branch=master )] ( https://travis-ci.org/costular/kotlin-android-utils )
66[ ![ Download] ( https://api.bintray.com/packages/costular/maven/kotlin-android-utils/images/download.svg ) ] ( https://bintray.com/costular/maven/kotlin-android-utils/_latestVersion )
77[ ![ license] ( https://camo.githubusercontent.com/8f54547853cfad57acfc8e06e6008cc296cda34d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d417061636865253230322d626c75652e737667 )] ( https://github.com/costular/android-kotlin-utils/blob/master/LICENSE )
8+
9+ ## Download
10+
11+ #### Gradle
12+ ``` groovy
13+ compile 'com.costular:kotlin-utils:0.1'
14+ ```
15+
16+ ## How to use
17+
18+ It depends on utilities. Some of them just work as function extensions and you don't have to do anything special, just call a method like another one.
19+
20+ ### API
21+
22+ ### Activity
23+
24+ In progress...
You can’t perform that action at this time.
0 commit comments