create usage-statistics module

This commit is contained in:
Vadim Brilyantov
2018-12-12 15:21:36 +03:00
parent 714b4f25c0
commit 1b716ea2ee
3 changed files with 17 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
jvmTarget = "1.6"
dependencies {
}
sourceSets {
"main" { projectDefault() }
"test" {}
}