summaryrefslogtreecommitdiff
path: root/opendc-core/build.gradle
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2018-02-14 12:09:52 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2018-02-23 12:20:30 +0100
commita64ae13a6c5aef435e048b13bb3d7bad449f783b (patch)
tree43cb5a673fb7a6b59952cd07cd4b6a5d59d4d38b /opendc-core/build.gradle
parentf691a72b12a43fa15c1617966450c55206664797 (diff)
feat(#11): Create Instrumentation API
This commit creates the interfaces for the new Instrumentation API described in issue #11. This interface allows users to plug an instrumentation device into a (live) simulation in order extract measurements from the simulation.
Diffstat (limited to 'opendc-core/build.gradle')
-rw-r--r--opendc-core/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-core/build.gradle b/opendc-core/build.gradle
index 223e73f9..210b8820 100644
--- a/opendc-core/build.gradle
+++ b/opendc-core/build.gradle
@@ -77,6 +77,7 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
+ compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.22.2"
testCompile "org.junit.jupiter:junit-jupiter-api:5.0.0-RC3"
testRuntime "org.junit.jupiter:junit-jupiter-engine:5.0.0-RC3"