Gradle Mammoth

This project is designed to help you out while editing build.gradle.kts files.

List of features:

  1. Completion of compiler arguments alt text

  2. Completion of JVM arguments alt text

  3. Multiplatform target generation alt text

  4. Resolve to build script file by module name alt text

  5. Inspection that finds redundant dependency declarations and allows you to navigate to their declaration in parent modules. alt text

  6. Enhanced documentation for functions that declare dependencies alt text

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "gradle-helper-plugin" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...