Fix package for context line extensions
This commit is contained in:
parent
9d3d08e66b
commit
a756490d20
@ -23,6 +23,13 @@ dependencies {
|
||||
}
|
||||
}
|
||||
|
||||
dokka{
|
||||
dokkaSourceSets.configureEach {
|
||||
val readmeFile = projectDir.resolve("README.md")
|
||||
if (readmeFile.exists()) includes.from(readmeFile)
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
if (name.startsWith("kmath")) apply<MavenPublishPlugin>()
|
||||
|
||||
|
@ -5,9 +5,8 @@
|
||||
|
||||
@file:Suppress("CONTEXT_RECEIVERS_DEPRECATED")
|
||||
|
||||
import space.kscience.kmath.geometry.GeometrySpace
|
||||
import space.kscience.kmath.geometry.Line
|
||||
import space.kscience.kmath.geometry.LineSegment
|
||||
package space.kscience.kmath.geometry
|
||||
|
||||
import space.kscience.kmath.operations.Group
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user