Move dependencies into a single file so it's easier to copy

This commit is contained in:
Gergely Hegedus 2022-04-12 12:53:51 +03:00
parent d7f0ca8ccf
commit f35fe810e0
5 changed files with 152 additions and 52 deletions

View file

@ -34,4 +34,5 @@ apply from: 'gradlescripts/detekt.config.gradle'
apply from: 'gradlescripts/ktlint.gradle'
apply from: 'gradlescripts/lint.gradle'
apply from: 'gradlescripts/testoptions.gradle'
apply from: 'gradlescripts/test.tasks.gradle'
apply from: 'gradlescripts/test.tasks.gradle'
apply from: 'gradlescripts/testdependencies.gradle'