diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-09-27 17:14:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-27 17:14:38 +0200 |
| commit | 1656a77645079754fc31cffad9d0af6d92e184ee (patch) | |
| tree | b644619ca159dc0ba85ef57788294c05f6f53976 /simulator/opendc/opendc-experiments-sc20 | |
| parent | b717004a0c37e0f6282ec40a667c14d18e87b528 (diff) | |
| parent | c0f9343293392c357d4a3d5ea889a25a91ea0123 (diff) | |
Merge pull request #41 from atlarge-research/chore/kotlin-1.4
Update to Kotlin 1.4
Diffstat (limited to 'simulator/opendc/opendc-experiments-sc20')
| -rw-r--r-- | simulator/opendc/opendc-experiments-sc20/build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simulator/opendc/opendc-experiments-sc20/build.gradle.kts b/simulator/opendc/opendc-experiments-sc20/build.gradle.kts index 46d99564..a66612e4 100644 --- a/simulator/opendc/opendc-experiments-sc20/build.gradle.kts +++ b/simulator/opendc/opendc-experiments-sc20/build.gradle.kts @@ -38,7 +38,6 @@ application { dependencies { api(project(":opendc:opendc-core")) implementation(project(":opendc:opendc-format")) - implementation(kotlin("stdlib")) implementation("com.github.ajalt:clikt:2.6.0") implementation("me.tongfei:progressbar:0.8.1") |
