research_kotlin_dependencies
Research Maven Central for compatible Kotlin library versions and generate a Gradle version catalog plus build scripts with Kotlin 2.x K2 compiler compatibility.
Instructions
Researches Maven Central for up-to-date, compatible Kotlin library versions, generates a standard Gradle Version Catalog (libs.versions.toml), build.gradle.kts, and settings.gradle.kts with Kotlin 2.x K2 compiler compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraries | No | List of specific library names or keywords to search (e.g. ['ktor', 'coil', 'room']). | |
| targetPlatform | Yes | Target Kotlin platform. | android-compose |