Merge pull request #37 from p2p-org/upstream_refactoring_2

Multistreams refactoring
This commit is contained in:
a10zn8
2022-11-22 17:03:01 +04:00
committed by GitHub
43 changed files with 333 additions and 304 deletions

View File

@@ -289,3 +289,6 @@ detekt {
tasks.withType(Detekt).configureEach {
jvmTarget = "13"
}
// formats code for each build
tasks.findByName("ktlintCheck").dependsOn("ktlintFormat")