Remove plugin script stub

This commit is contained in:
Gary Tierney
2018-03-27 21:49:22 +01:00
parent 179c35fc2d
commit 5d77ed5e4b
2 changed files with 0 additions and 36 deletions
-8
View File
@@ -12,14 +12,6 @@ buildscript {
apply plugin: 'kotlin'
sourceSets {
main {
kotlin {
exclude 'stub.kt'
}
}
}
allprojects {
it.plugins.withId('kotlin') {
kotlin { experimental { coroutines 'enable' } }