Fix MM build
This commit is contained in:
parent
7c9315b029
commit
720555a942
@ -10,7 +10,7 @@ group = "ru.mipt.npm"
|
||||
val ktorVersion: String by rootProject.extra
|
||||
|
||||
kscience {
|
||||
// useSerialization()
|
||||
useSerialization()
|
||||
application()
|
||||
}
|
||||
|
||||
@ -58,7 +58,7 @@ kotlin {
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass.set("ru.mipt.npm.gradle.muon.monitor.server.MMServerKt")
|
||||
mainClass.set("ru.mipt.npm.muon.monitor.server.MMServerKt")
|
||||
}
|
||||
|
||||
distributions {
|
||||
|
@ -1,6 +1,7 @@
|
||||
package hep.dataforge.vision.plotly
|
||||
|
||||
import hep.dataforge.context.PluginFactory
|
||||
import hep.dataforge.misc.DFExperimental
|
||||
import hep.dataforge.vision.Vision
|
||||
import hep.dataforge.vision.VisionForge
|
||||
import hep.dataforge.vision.VisionPlugin
|
||||
@ -22,6 +23,7 @@ internal val plotlySerializersModule = SerializersModule {
|
||||
/**
|
||||
* Ensure that [PlotlyPlugin] is loaded in the global [VisionForge] context
|
||||
*/
|
||||
@DFExperimental
|
||||
public fun VisionForge.usePlotly() {
|
||||
plugins.fetch(PlotlyPlugin)
|
||||
}
|
@ -72,7 +72,7 @@ public class SolidGroup(
|
||||
}
|
||||
|
||||
public companion object {
|
||||
//public val PROTOTYPES_TOKEN = NameToken("@prototypes")
|
||||
public val PROTOTYPES_TOKEN: NameToken = NameToken("@prototypes")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user