Official Nimbus documentation can be found at https://docs.adsbynimbus.com/docs/
| Platform | Supported Languages | Latest Version |
|---|---|---|
| Android | Java, Kotlin | |
| iOS | Swift | |
| Unity | C# |
Android Studio Panda 4 2025.3.4 or newer with the
latest Kotlin Multiplatform Plugin
is recommended.
The Android Gradle Plugin and JVM Target can be overridden using the properties android.gradle
and android.jvm which can be defined in a gradle.properties file in the Gradle User Home directory
or passed via the command line.
# Override the Android Gradle Plugin to a canary version
android.gradle=9.3.0-alpha01
# Override the bytecode used to build the project
android.jvm=21./gradlew build -Dandroid.gradle=9.0.0 -Dandroid.jvm=21