Permalink
Browse files
Remove unnecessary `srcDirs` configuration
- Loading branch information...
Showing
with
0 additions
and
5 deletions.
-
+0
−5
buildSrc/build.gradle
|
|
@@ -20,8 +20,3 @@ dependencies { |
|
|
testCompile 'junit:junit:4.12'
|
|
|
testCompile gradleTestKit()
|
|
|
}
|
|
|
-
|
|
|
-sourceSets {
|
|
|
- main.kotlin.srcDirs += file('src/shared/kotlin')
|
|
|
-}
|
|
|
-
|
0 comments on commit
b388b2d