Kotlin Installation
Prerequisites
- Kotlin version 1.3 or higher
- JDK version 7 or higher
- Android SDK, API level 16 or higher
- Install Android Studio or the Android command-line tools.
- Set the ANDROID_SDK_ROOT environment variable to the installatin path of the Android SDK.
- Gradle
Kotlin Library
- Download the latest version of Kotlin library from github.
- Unzip the archive file.
Examples
You can see the examples in the following directories.
- Common classes: example/src/main/kotlin/com/supremainc/sdk/example
- Quick Start for desktop: client/src/main/kotlin/com/suprema/sdk/example/quick
- Android: android/src/main/kotlin/com/supremainc/sdk/example/android