Compatibility¶
Platform and version requirements.
Kotlin Version Support¶
| Fakt Version | Kotlin Version |
|---|---|
| Latest | 2.2.21 |
Fakt follows forward compatibility on a best-effort basis. Check the releases page for the latest supported Kotlin version.
Gradle Version¶
- Minimum: Gradle 8.0
- Recommended: Gradle 8.10+
JVM Version¶
- Minimum: JVM 11
- Recommended: JVM 21+
Platform Support¶
Works on all Kotlin Multiplatform targets:
- ✅ JVM, Android
- ✅ iOS (arm64, x64, simulator)
- ✅ macOS, Linux, Windows
- ✅ JavaScript (IR), WebAssembly
- ✅ watchOS, tvOS
Single-platform projects (JVM-only, Android-only) are fully supported.
Next Steps¶
- Getting Started - Setup guide
- Limitations - Known issues