Skip to content
Snippets Groups Projects
Commit 4b7d99e9 authored by Kaj Koivunen's avatar Kaj Koivunen :coffee:
Browse files

dokka

parent ed5a05b1
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.8.0"
application
id("org.jetbrains.dokka") version "1.7.20"
}
group = "me.theka"
......@@ -19,7 +20,8 @@ dependencies {
implementation("no.tornado:tornadofx:1.7.20")
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.0")
implementation("com.deepl.api:deepl-java:1.0.1")
implementation("cc.ekblad:4koma:1.1.0")
//implementation("cc.ekblad:4koma:1.1.0")
dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.7.20")
}
tasks.test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment