18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
plugins {
|
|
id("space.kscience.gradle.jvm")
|
|
`maven-publish`
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.tablesKt)
|
|
api(spclibs.kotlinx.html)
|
|
}
|
|
|
|
kscience{
|
|
jupyterLibrary("space.kscience.tables.TablesForJupyter")
|
|
}
|
|
|
|
readme {
|
|
maturity = space.kscience.gradle.Maturity.EXPERIMENTAL
|
|
}
|