kevin-lot/kotlin-rules icon
public
Published on 4/29/2025
Kotlin rules

Rules
## Build & Development Commands
- Gradle with Kotlin DSL is always used.
- All dependencies and plugins should, when possible, be declared using a Version Catalog (gradle/libs.versions.toml).

## Testing Guidelines
- 

## Code Style & Guidelines 
- 

## Documentation Guidelines 
-