You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After refactoring launch package in ddr (objectionary/ddr#108) it became possible to refactor launch package here.
The problems here are the same as in issue objectionary/ddr#108. The main problem is importing a global variable from ddr and using it throughout the program.
After refactoring
launch
package inddr
(objectionary/ddr#108) it became possible to refactorlaunch
package here.The problems here are the same as in issue objectionary/ddr#108. The main problem is importing a global variable from
ddr
and using it throughout the program.aoi/src/main/kotlin/org/objectionary/aoi/launch/Launcher.kt
Line 36 in 2db41b1
All this need to be fixed.
The text was updated successfully, but these errors were encountered: