# codegentle **Repository Path**: ForteScarlet/codegentle ## Basic Information - **Project Name**: codegentle - **Description**: A Kotlin multiplatform library for generating Java/Kotlin source files. - **Primary Language**: Kotlin - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-17 - **Last Updated**: 2026-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CodeGentle 一个 Kotlin 多平台库,用于生成 Java/Kotlin 源文件。 ## 安装 ```gradle dependencies { implementation("love.forte.codegentle:codegentle-common:$VERSION") implementation("love.forte.codegentle:codegentle-java:$VERSION") implementation("love.forte.codegentle:codegentle-kotlin:$VERSION") implementation("love.forte.codegentle:codegentle-kotlin-ksp:$VERSION") } ``` ## 文档 临时文档:[docs_zh](docs_zh)