Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 474 Bytes

File metadata and controls

18 lines (13 loc) · 474 Bytes

CodeGentle

A Kotlin multiplatform library for generating Java/Kotlin source files.

Installations

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")
}

Documentation

Temporary Document: docs