implementing API graphs and getting frustrated at async stuff

This commit is contained in:
Felix 2019-07-18 12:05:09 +01:00
parent bf1046c4e5
commit d7625f7b88
No known key found for this signature in database
GPG key ID: 130EF6DC43E4DD07
7 changed files with 134 additions and 169 deletions

View file

@ -26,4 +26,4 @@ subprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
}