kotlin

Installation
SKILL.md

Kotlin / Android Development

Project Setup

Gradle Kotlin DSL

// settings.gradle.kts
pluginManagement {
    repositories {
        google()
        mavenCentral()
        gradlePluginPortal()
    }
}
Installs
59
GitHub Stars
106
First Seen
Feb 3, 2026
kotlin — dralgorhythm/claude-agentic-framework