Note
The plugin is still in development, but it can generate a simple build-logic project.
Screen.Recording.2025-04-04.at.11.15.54.mov
This is a minimal IntelliJ Platform Plugin that helps generate build-logic for gradle based projects.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Build Logic Generator" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
- Create build-logic
- settings.gradle.kts
- conventions directory
- build.gradle.kts
- src/main/kotlin
- a sample plugin
- Listen to progress and show to user
- Dialog for more options
- user to input custom name, currently default is
build-logic
- user selects convention plugins to be generated
-
Android application
-
Android library
-
Kotlin Multiplatform library
...open for more ideas?
-
- user to input custom name, currently default is
Your contributions are especially welcome. Whether it comes in the form of code patches, ideas, discussion, bug reports, encouragement or criticism, your input is needed.
Plugin based on the IntelliJ Platform Plugin Template.