You could make `plotAPI` lazy: `val plotAPI by laz...
# announcements
k
You could make
plotAPI
lazy:
val plotAPI by lazy { PlotAPI() }
a
oh good idea. thanks