2021-05-29 13:45:33 +03:00
|
|
|
description = "An html rendering core and HTML output"
|
|
|
|
|
|
|
|
dependencies {
|
2021-11-13 13:30:39 +03:00
|
|
|
api project(':dataforge-core')
|
2021-11-14 16:46:32 +03:00
|
|
|
// https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-html-jvm
|
|
|
|
api 'org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.3'
|
2021-05-29 13:45:33 +03:00
|
|
|
}
|