aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/test-utils/src/main/kotlin
AgeCommit message (Collapse)Author
2020-08-25- Move `test` projects into semantic parent projectssebastian.sellmair
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation
2020-08-14Use List for representing classpaths instead of Setsebastian.sellmair
2020-08-14Use Gradle's new Property/Provider APIssebastian.sellmair
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are ↵sebastian.sellmair
expected to be distinct
2020-07-08Move common base test utils to submoduleAndrzej Ratajczak