blob: e570de46d0bb25d0b8babdab24e91422d8f0bb7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
import org.jetbrains.registerDokkaArtifactPublication
dependencies {
testImplementation("org.jsoup:jsoup:1.12.1")
testImplementation(project(":plugins:base"))
testImplementation(project(":plugins:base:test-utils"))
testImplementation(project(":test-tools"))
testImplementation(kotlin("test-junit"))
testImplementation(project(":kotlin-analysis"))
}
registerDokkaArtifactPublication("mathjaxPlugin") {
artifactId = "mathjax-plugin"
}
|