summaryrefslogtreecommitdiff
path: root/simulator/buildSrc/src/main/kotlin/library.kt
AgeCommit message (Collapse)Author
2021-02-23Extract testing conventions from Kotlin conventionsFabian Mastenbroek
This change extracts the configuration for test from the Kotlin library conventions.
2021-02-16Update JUnit dependencies to 5.7.1Fabian Mastenbroek
2020-12-31Update to kotlinx-coroutines 1.4.2Fabian Mastenbroek
2020-09-24Update Kotlin to 1.4Fabian Mastenbroek
This change updates the code base to use Kotlin 1.4 which promises better performance in IDEs and a new interference algorithm to solve more complex type checking cases. See https://kotlinlang.org/docs/reference/whatsnew14.html for more information.
2020-08-24Prepare simulator repository for monorepoGeorgios Andreadis
This change prepares the simulator Git repository for the monorepo residing at https://github.com/atlarge-research.com/opendc. To accomodate for this, we move all files into a simulator subdirectory.