File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ A Kotlin multiplatform library for generating Java/Kotlin source files.
66
77``` gradle
88dependencies {
9- implementation("love.forte.codegentle:codegentle-common:0.0.1 ")
10- implementation("love.forte.codegentle:codegentle-java:0.0.1 ")
11- implementation("love.forte.codegentle:codegentle-kotlin:0.0.1 ")
12- implementation("love.forte.codegentle:codegentle-kotlin-ksp:0.0.1 ")
9+ implementation("love.forte.codegentle:codegentle-common:$VERSION ")
10+ implementation("love.forte.codegentle:codegentle-java:$VERSION ")
11+ implementation("love.forte.codegentle:codegentle-kotlin:$VERSION ")
12+ implementation("love.forte.codegentle:codegentle-kotlin-ksp:$VERSION ")
1313}
1414```
1515
16+ ## Documentation
17+
18+ Temporary Document: [ docs] ( docs )
Original file line number Diff line number Diff line change 11object P {
2- const val VERSION = " 0.0.2 "
3- const val NEXT_VERSION = " 0.0.3 "
2+ const val VERSION = " 0.0.3 "
3+ const val NEXT_VERSION = " 0.0.4 "
44 const val HOMEPAGE = " https://github.com/ForteScarlet/codegentle"
55}
66
You can’t perform that action at this time.
0 commit comments