Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Kotlin compiler plugin to make `internal` the default visibility |
0.1.2
(03 June 2025) |
|
Opt-in Kotlin JVM support for com.stano.java subprojects. Applies the Kotlin JVM Gradle plugin and configures KotlinCompile tasks (incremental compilation, same lint/warning suppression free-compiler-args as the Java compiler). Requires com.stano.java to be applied to the subproject. |
0.1.15
(14 August 2026) |
|
Provides the Ketoy compiler module for Android. Compiles @KetoyComposable / @KetoyViewModel Kotlin (Jetpack Compose) source into signed KBC (.ktx) bundles for the Ketoy server-driven UI runtime, and wires the ketoyBundle and ketoyExportCapabilities tasks. Open source: https://github.com/KetoyDev/ketoy |
0.4.21-alpha
(20 July 2026) |
st.orm
CC-compatible
Applies Storm ORM to Kotlin or Java projects: BOM import, core dependencies, metamodel generation (KSP or annotation processor), Kotlin compiler-plugin variant selection, and Java preview flags. |
1.14.1
(12 September 2026) |
|
Kotlin Compiler Plugin to enhance your usage of Elementa |
0.1.2
(25 August 2020) |
|
Applies the junitjacoco plugin and defines Spek as engine. Applies the kotlin plugin and sets up compile and test dependencies. |
5.0.3
(31 October 2024) |
|
Kotlin compiler plugin that allows class delegation to be dynamic like property delegations |
0.4.0-180.1
(18 March 2023) |
|
Convention plugin that configures Kotlin JVM projects with compiler options, JDK version, and standard dependencies. |
0.42.0
(29 July 2026) |
|
Kotlin compiler plugin for generating blocking bridges for calling suspend functions from Java with minimal effort |
3.1.0-182.1
(02 September 2023) |
|
The Android Base Library Plugin is a foundational plugin designed to standardize the configuration of all your Android library modules. It automates the setup of core settings, ensuring consistency across your project. This plugin handles essential tasks such as applying the Android and Kotlin plugins, setting the compile and minimum SDK versions, configuring build types (debug/release), defining Java and Kotlin compilation options, and setting up default source sets and resource configurations. By using this plugin, you can significantly reduce boilerplate code and maintain a uniform structure across all your library modules. |
0.0.11
(14 July 2025) |