summaryrefslogtreecommitdiff
path: root/simulator/buildSrc/src/main/kotlin/Versions.kt
AgeCommit message (Collapse)Author
2021-02-23Move dependency versions to gradle.propertiesFabian Mastenbroek
This change moves the version of the dependencies from buildSrc to gradle.properties to prevent recompilation when changing dependency versions.
2021-02-23Extract testing conventions from Kotlin conventionsFabian Mastenbroek
This change extracts the configuration for test from the Kotlin library conventions.