diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-08-13 17:14:53 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-08-13 17:14:53 +0200 |
| commit | ce2d730159ae24c7cebb22ec42d094fe5fdc888f (patch) | |
| tree | 8a563eaaa0a933f9f5e93bca5d15b721c53dc168 /opendc-simulator | |
| parent | c4812123572c62483ee0183917fe2ff988e2968d (diff) | |
build: Update Kotlin dependencies
This change updates the Kotlin dependencies used by OpenDC to their
latest version.
Diffstat (limited to 'opendc-simulator')
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/impl/SimResourceInterpreterImpl.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/impl/SimResourceInterpreterImpl.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/impl/SimResourceInterpreterImpl.kt index 6dd02ae5..c3dcebd0 100644 --- a/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/impl/SimResourceInterpreterImpl.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/impl/SimResourceInterpreterImpl.kt @@ -318,7 +318,7 @@ internal class SimResourceInterpreterImpl(private val context: CoroutineContext, */ private data class Invocation( @JvmField val timestamp: Long, - @JvmField private val disposableHandle: DisposableHandle + private val disposableHandle: DisposableHandle ) { /** * Cancel the interpreter invocation. |
