File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ group = "ru.mipt.npm"
1010kscience {
1111 fullStack(
1212 " muon-monitor.js" ,
13- development = true ,
13+ development = false ,
1414 jvmConfig = {
1515 binaries {
1616 executable {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ kscience{
66 jvm()
77 jvmMain {
88 api(projects.visionforgeCore)
9+ api(project.dependencies.platform(spclibs.ktor.bom))
910 api(" io.ktor:ktor-server-host-common" )
1011 api(" io.ktor:ktor-server-html-builder" )
1112 api(" io.ktor:ktor-server-websockets" )
Original file line number Diff line number Diff line change @@ -413,6 +413,7 @@ public final class space/kscience/visionforge/solid/HexagonKt {
413413
414414public abstract class space/kscience/visionforge/solid/LightSource : space/kscience/visionforge/solid/MiscSolid {
415415 public static final field Companion Lspace/kscience/visionforge/solid/LightSource$Companion;
416+ public static final field DEFAULT_INTENSITY D
416417 public fun <init> ()V
417418 public synthetic fun <init> (ILspace/kscience/dataforge/meta/ObservableMutableMeta;Lkotlinx/serialization/internal/SerializationConstructorMarker;)V
418419 public final fun getColor ()Lspace/kscience/visionforge/solid/ColorAccessor;
You can’t perform that action at this time.
0 commit comments