Skip to content

Commit c23e79a

Browse files
committed
Add asciidoctorj to dependencies
Related-To #139
1 parent 4973b94 commit c23e79a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ binaryCompatibilityValidator = "0.18.1"
1313
ksp = "2.2.20-2.0.4"
1414
kotlinpoet = "2.2.0"
1515
kotlin-compile-testing = "1.6.0"
16+
asciidoctorj = "2.5.13"
17+
dokka = "1.9.20"
1618

1719
[libraries]
1820
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
@@ -38,9 +40,8 @@ ksp-test = { module = "com.google.devtools.ksp:symbol-processing-test", version.
3840
kotlin-compile-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlin-compile-testing" }
3941
kotlin-compile-testing-ksp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "kotlin-compile-testing" }
4042

41-
42-
43-
43+
asciidoctorj-core = { module = "org.asciidoctor:asciidoctorj", version.ref = "asciidoctorj" }
44+
asciidoctorj-pdf = { module = "org.asciidoctor:asciidoctorj-pdf", version.ref = "asciidoctorj" }
4445

4546
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logbackClassic" }
4647

@@ -54,4 +55,7 @@ vanniktech-mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.34
5455
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
5556
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binaryCompatibilityValidator" }
5657
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
58+
asciidoctorJvm = { id = "org.asciidoctor.jvm.convert", version = "3.3.2" }
59+
asciidoctorPdf = { id = "org.asciidoctor.jvm.pdf", version = "3.3.2" }
60+
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
5761

0 commit comments

Comments
 (0)