Kotlin Release Notes
Public Preview - This version is in public preview and subject to changes. For production use, please use SDK v4.
5.0.0 Common Changelog
Removed: Legacy query builder. Use the new Ditto Query Language (DQL) instead.
5.0.0-preview.2 Kotlin Specific Changes
Fixed: UnsatisfiedLinkError
on Linux (SDKS-1324).
5.0.0 Common Changelog
Removed: Legacy query builder. Use the new Ditto Query Language (DQL) instead.
5.0.0-preview.1 Kotlin Specific Changes
Added: Support for iOS, iPadOS and iOS Simulator.
Added: Support for the JVM platform on Windows (x86_64).
Added: Support for the JVM platform on Linux (x86_64).
Added: Support for the JVM platform on macOS (x86_64 and arm64).
Changed: Maven coordinates have changed to com.ditto:ditto-kotlin
.
Changed: Package names now start with com.ditto.kotlin
.
Removed: Support for Android 6. The minimum Android version is now 7 (API 24, aka “Nougat”) (SDKS-1212)