diff options
Diffstat (limited to 'opendc-compute/opendc-compute-api/build.gradle.kts')
| -rw-r--r-- | opendc-compute/opendc-compute-api/build.gradle.kts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opendc-compute/opendc-compute-api/build.gradle.kts b/opendc-compute/opendc-compute-api/build.gradle.kts index f9b04299..2f855c79 100644 --- a/opendc-compute/opendc-compute-api/build.gradle.kts +++ b/opendc-compute/opendc-compute-api/build.gradle.kts @@ -26,3 +26,6 @@ description = "API interface for the OpenDC Compute service" plugins { `kotlin-library-conventions` } +dependencies { + implementation(project(mapOf("path" to ":opendc-simulator:opendc-simulator-compute"))) +} |
