Line_14.jupyter-kts (4:1 - 17) Cannot access class 'org.kalasim.Environment'. Check your module classpath for missing or conflicting dependencies
Line_14.jupyter-kts (7:13 - 23) Variable 'dispatcher' is never used
Line_14.jupyter-kts (7:26 - 36) Cannot access class 'org.kalasim.Environment'. Check your module classpath for missing or conflicting dependencies
Line_14.jupyter-kts (9:13 - 18) Variable 'delay' is never used
Line_14.jupyter-kts (9:21 - 28) Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public fun SimContext.uniform(lower: Number = ..., upper: Number = ...): UniformRealDistribution defined in org.kalasim
Line_14.jupyter-kts (11:9 - 27) Cannot access class 'org.kalasim.TickTime'. Check your module classpath for missing or conflicting dependencies
Line_14.jupyter-kts (11:9 - 27) Cannot access class 'org.kalasim.Priority'. Check your module classpath for missing or conflicting dependencies
Line_14.jupyter-kts (11:28 - 35) Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public fun SimContext.uniform(lower: Number = ..., upper: Number = ...): UniformRealDistribution defined in org.kalasim
Line_14.jupyter-kts (15:13 - 18) Cannot access class 'org.kalasim.TickTime'. Check your module classpath for missing or conflicting dependencies
Line_14.jupyter-kts (15:43 - 46) Unresolved reference: env
Line_14.jupyter-kts (18:9 - 12) Cannot access class 'org.kalasim.Environment'. Check your module classpath for missing or conflicting dependencies
Line_14.jupyter-kts (18:13 - 19) Type mismatch: inferred type is Duration but TypeVariable(T).() -> TypeVariable(R) was expected