Move stub.kt to main game module

This commit is contained in:
Gary Tierney
2017-05-31 21:04:13 +01:00
parent 258fc6c97b
commit eed32efcf9
3 changed files with 33 additions and 14 deletions
+8
View File
@@ -16,6 +16,14 @@ ext.pluginsDir = "$projectDir/src/plugins"
apply plugin: 'kotlin'
apply from: 'plugins.gradle'
sourceSets {
main {
kotlin {
exclude 'stub.kt'
}
}
}
dependencies {
compile project(':cache')
compile project(':net')