Official Nimbus documentation can be found at https://docs.adsbynimbus.com/docs/
| Platform | Supported Languages | Latest Version |
|---|---|---|
| Android | Java, Kotlin | |
| iOS | Swift | |
| Unity | C# | |
IntelliJ IDEs such as IDEA Ultimate or Community edition requires version 2025.2 to build with the
Android Gradle Plugin defined in the project version catalog.
Android Studio Narwhal Feature Drop 2025.1.2 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.0.0-alpha05
# Override the bytecode used to build the project
android.jvm=17./gradlew build -Dandroid.gradle=9.0.0-alpha05 -Dandroid.jvm=17