Slate Kit Utilities supplement the existing Kotlin standard library by offering a powerful set of general purpose Kotlin components that can be used for any application. Many of these components are located in the SlateKit.Common project. However, there are a few components located in other projects. Refer to each utility component for more info.
You can setup the slatekit.common project with the configuration below.
// other setup ...
repositories {
maven { url "https://dl.bintray.com/codehelixinc/slatekit" }
}
dependencies {
// slatekit-common: Utilities for Android or Server
compile 'com.slatekit:slatekit-common:1.0.0'
}Links to this modules info. Click on any component icon below for example on how to use it.
| package | slatekit.common |
| jar | slatekit.common.jar |
| git | slatekit-common |
| docs | Common |
| uses | slatekit-results |
| license | Apache 2.0 |
| example | All Examples |
Many pre-built utilities to support your Server application or Android client.