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:2.0.0'
}
Links to this modules info. Click on any component icon below for example on how to use it.
Jar | slatekit.common.jar |
Package | slatekit.common |
Sources | |
Example | All Examples |
Version | |
License | |
Requires | See build.gradle for more info. |
Many pre-built utilities to support your Server application or Android client.