A Kotlin multiplatform library for generating Java/Kotlin source files.
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")
}Temporary Document: docs