Browse Source

common ok+bug

mgr-gxzc 7 years ago
parent
commit
0230d506bf
1 changed files with 4 additions and 3 deletions
  1. 4 3
      build.gradle

+ 4 - 3
build.gradle

@@ -31,6 +31,10 @@ buildscript {
 
 
 allprojects {
+}
+
+
+subprojects {
     apply plugin: 'java'
     apply plugin: 'kotlin'
     sourceCompatibility = 1.8
@@ -39,10 +43,7 @@ allprojects {
     repositories {
         mavenCentral()
     }
-}
-
 
-subprojects {
     dependencies {
         compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version")
         compile("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")