summaryrefslogtreecommitdiff
path: root/simulator/opendc-simulator/opendc-simulator-core
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc-simulator/opendc-simulator-core')
-rw-r--r--simulator/opendc-simulator/opendc-simulator-core/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-core/build.gradle.kts b/simulator/opendc-simulator/opendc-simulator-core/build.gradle.kts
index c2175043..309afb19 100644
--- a/simulator/opendc-simulator/opendc-simulator-core/build.gradle.kts
+++ b/simulator/opendc-simulator/opendc-simulator-core/build.gradle.kts
@@ -28,5 +28,6 @@ plugins {
}
dependencies {
+ api(platform(project(":opendc-platform")))
api("org.jetbrains.kotlinx:kotlinx-coroutines-test")
}