summaryrefslogtreecommitdiff
path: root/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts')
-rw-r--r--simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
index 19af6fe8..66d7d9e5 100644
--- a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
+++ b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
@@ -30,5 +30,6 @@ plugins {
dependencies {
api(platform(project(":opendc-platform")))
api(project(":opendc-simulator:opendc-simulator-core"))
+ api(project(":opendc-simulator:opendc-simulator-resources"))
implementation(project(":opendc-utils"))
}