summaryrefslogtreecommitdiff
path: root/simulator/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-01 00:23:37 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-01 00:23:37 +0200
commit0df646c2951e9950f27472fdf0cb2624303c2d74 (patch)
tree0e8fed649af780a518afb8e60a7823d212da213f /simulator/settings.gradle.kts
parentfcae560208df4860bc7461f955bf3b522b0e61c5 (diff)
Move custom Flows to separate utility module
This change moves the custom Flow object we provide (e.g. EventFlow and StateFlow) outside of the odcsim-api module into a separate opendc-utils module. This is in preparation for the removal of the odcsim components in OpenDC.
Diffstat (limited to 'simulator/settings.gradle.kts')
-rw-r--r--simulator/settings.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/settings.gradle.kts b/simulator/settings.gradle.kts
index ccfb68fc..cd7121c0 100644
--- a/simulator/settings.gradle.kts
+++ b/simulator/settings.gradle.kts
@@ -26,6 +26,7 @@ rootProject.name = "opendc-simulator"
include(":odcsim:odcsim-api")
include(":odcsim:odcsim-engine-omega")
include(":opendc:opendc-simulator")
+include(":opendc:opendc-utils")
include(":opendc:opendc-core")
include(":opendc:opendc-compute")
include(":opendc:opendc-format")