gradle-patterns

Installation
SKILL.md

Gradle Build Patterns

Modern Gradle configuration for Android.

Version Catalog

# gradle/libs.versions.toml
[versions]
agp = "9.3.2"              # AGP 9.x has built-in Kotlin — see [plugins] note; AGP 9.3 needs Gradle 9.5+
kotlin = "2.4.10"          # still versions KGP-family plugins (Compose compiler); kotlin-android itself is gone
ksp = "2.3.11"              # KSP2 — decoupled from the Kotlin version number
compose-bom = "2026.08.00"
coroutines = "1.11.0"
koin = "4.2.2"             # Koin 4.x (major bump from 3.x)
ktor = "3.5.2"             # Ktor 3.x (major bump from 2.x)
# compose-compiler: removed. With Kotlin 2.0+ the Compose compiler ships as the
# org.jetbrains.kotlin.plugin.compose Gradle plugin (versioned with Kotlin) — see [plugins].
# A standalone compose-compiler catalog entry is obsolete.
Installs
3
GitHub Stars
12
First Seen
Aug 23, 2026
gradle-patterns — talissonvitorino/kmp-ios-skills