Best of GradleNovember 2024

  1. 1
    Article
    Avatar of jetbrainsJetBrains·2y

    Kotlin 2.1.0 Released

    Kotlin 2.1.0 has been released, featuring new language capabilities in preview, updates to the K2 compiler, improvements in Kotlin Multiplatform, Kotlin/Native, and Kotlin/Wasm, as well as enhanced compatibility with newer versions of Gradle. The release also includes a livestream for further insights and a detailed migration guide.

  2. 2
    Article
    Avatar of baeldungBaeldung·2y

    Setting the Gradle JVM in IntelliJ IDEA

    Learn how to change the JVM version used by Gradle in IntelliJ IDEA. The guide covers locating the current JVM settings via menu navigation or keyboard shortcuts, updating the JVM version for Gradle operations, and the implications of these changes, including reindexing and synchronization of IDE features. Note that this setting only affects Gradle builds within IntelliJ and not from the command line or other IDEs.

  3. 3
    Article
    Avatar of codewithandreaCode with Andrea·2y

    Script to Update the Android Project Settings

    A script is provided to update essential Android project settings, fixing common Gradle and build errors by updating Gradle, Java, NDK, Min SDK, and Target SDK versions. To use, download the script, add execution access, tweak versions if needed, and run it from the root of your Flutter project. Note that it may not work on older Android projects, for which recreating with the Flutter CLI is recommended.