Fix after rebase on master
This commit is contained in:
@@ -9,6 +9,7 @@ dependencies {
|
|||||||
compile(project(":compiler:cli-common"))
|
compile(project(":compiler:cli-common"))
|
||||||
compile(project(":compiler:frontend.java"))
|
compile(project(":compiler:frontend.java"))
|
||||||
compile(project(":js:js.serializer"))
|
compile(project(":js:js.serializer"))
|
||||||
|
compile(project(":js:js.frontend"))
|
||||||
compile(ideaSdkDeps("util"))
|
compile(ideaSdkDeps("util"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
testCompile(project(":compiler.tests-common"))
|
testCompile(project(":compiler.tests-common"))
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ dependencies {
|
|||||||
compile(project(":compiler:cli"))
|
compile(project(":compiler:cli"))
|
||||||
compile(project(":kotlin-build-common"))
|
compile(project(":kotlin-build-common"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
testCompile(project(":compiler.tests-common"))
|
||||||
testCompile(projectDist(":kotlin-test:kotlin-test-junit"))
|
testCompile(projectDist(":kotlin-test:kotlin-test-junit"))
|
||||||
testCompile(projectDist(":kotlin-stdlib"))
|
testCompile(projectDist(":kotlin-stdlib"))
|
||||||
testCompile(projectTests(":kotlin-build-common"))
|
testCompile(projectTests(":kotlin-build-common"))
|
||||||
|
|||||||
+1
-1
@@ -4,5 +4,5 @@ org.gradle.configureondemand=false
|
|||||||
org.gradle.jvmargs=-Xmx1200m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled
|
org.gradle.jvmargs=-Xmx1200m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled
|
||||||
|
|
||||||
systemProp.bootstrap.kotlin.repo=https://dl.bintray.com/kotlin/kotlin-dev
|
systemProp.bootstrap.kotlin.repo=https://dl.bintray.com/kotlin/kotlin-dev
|
||||||
systemProp.bootstrap.kotlin.version=1.1.5-dev-640
|
systemProp.bootstrap.kotlin.version=1.1.5-dev-970
|
||||||
#signingRequired=true
|
#signingRequired=true
|
||||||
|
|||||||
@@ -503,8 +503,7 @@
|
|||||||
":kotlin-annotation-processing": {
|
":kotlin-annotation-processing": {
|
||||||
"conventions": {
|
"conventions": {
|
||||||
"base": "org.gradle.api.plugins.BasePluginConvention",
|
"base": "org.gradle.api.plugins.BasePluginConvention",
|
||||||
"java": "org.gradle.api.plugins.JavaPluginConvention",
|
"java": "org.gradle.api.plugins.JavaPluginConvention"
|
||||||
"maven": "org.gradle.api.plugins.MavenPluginConvention"
|
|
||||||
},
|
},
|
||||||
"configurations": [
|
"configurations": [
|
||||||
"apiElements",
|
"apiElements",
|
||||||
@@ -523,7 +522,6 @@
|
|||||||
"runtimeElements",
|
"runtimeElements",
|
||||||
"runtimeJar",
|
"runtimeJar",
|
||||||
"runtimeOnly",
|
"runtimeOnly",
|
||||||
"signatures",
|
|
||||||
"testCompile",
|
"testCompile",
|
||||||
"testCompileClasspath",
|
"testCompileClasspath",
|
||||||
"testCompileOnly",
|
"testCompileOnly",
|
||||||
@@ -538,14 +536,14 @@
|
|||||||
"kotlin": "org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension",
|
"kotlin": "org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension",
|
||||||
"kapt": "org.jetbrains.kotlin.gradle.plugin.KaptExtension",
|
"kapt": "org.jetbrains.kotlin.gradle.plugin.KaptExtension",
|
||||||
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
||||||
"reporting": "org.gradle.api.reporting.ReportingExtension",
|
"reporting": "org.gradle.api.reporting.ReportingExtension"
|
||||||
"signing": "org.gradle.plugins.signing.SigningExtension"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
":kotlin-annotation-processing-gradle": {
|
":kotlin-annotation-processing-gradle": {
|
||||||
"conventions": {
|
"conventions": {
|
||||||
"base": "org.gradle.api.plugins.BasePluginConvention",
|
"base": "org.gradle.api.plugins.BasePluginConvention",
|
||||||
"java": "org.gradle.api.plugins.JavaPluginConvention"
|
"java": "org.gradle.api.plugins.JavaPluginConvention",
|
||||||
|
"maven": "org.gradle.api.plugins.MavenPluginConvention"
|
||||||
},
|
},
|
||||||
"configurations": [
|
"configurations": [
|
||||||
"apiElements",
|
"apiElements",
|
||||||
@@ -558,11 +556,13 @@
|
|||||||
"implementation",
|
"implementation",
|
||||||
"kapt",
|
"kapt",
|
||||||
"kaptTest",
|
"kaptTest",
|
||||||
|
"packedJars",
|
||||||
"runtime",
|
"runtime",
|
||||||
"runtimeClasspath",
|
"runtimeClasspath",
|
||||||
"runtimeElements",
|
"runtimeElements",
|
||||||
"runtimeJar",
|
"runtimeJar",
|
||||||
"runtimeOnly",
|
"runtimeOnly",
|
||||||
|
"signatures",
|
||||||
"testCompile",
|
"testCompile",
|
||||||
"testCompileClasspath",
|
"testCompileClasspath",
|
||||||
"testCompileOnly",
|
"testCompileOnly",
|
||||||
@@ -576,7 +576,8 @@
|
|||||||
"kotlin": "org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension",
|
"kotlin": "org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension",
|
||||||
"kapt": "org.jetbrains.kotlin.gradle.plugin.KaptExtension",
|
"kapt": "org.jetbrains.kotlin.gradle.plugin.KaptExtension",
|
||||||
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
||||||
"reporting": "org.gradle.api.reporting.ReportingExtension"
|
"reporting": "org.gradle.api.reporting.ReportingExtension",
|
||||||
|
"signing": "org.gradle.plugins.signing.SigningExtension"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
":kotlin-ant": {
|
":kotlin-ant": {
|
||||||
@@ -3722,17 +3723,21 @@
|
|||||||
},
|
},
|
||||||
":prepare:kotlin-plugin": {
|
":prepare:kotlin-plugin": {
|
||||||
"conventions": {
|
"conventions": {
|
||||||
|
"base": "org.gradle.api.plugins.BasePluginConvention",
|
||||||
|
"java": "org.gradle.api.plugins.JavaPluginConvention"
|
||||||
},
|
},
|
||||||
"configurations": [
|
"configurations": [
|
||||||
"archives",
|
"archives",
|
||||||
"buildVersion",
|
"buildVersion",
|
||||||
|
"default",
|
||||||
"packedJars",
|
"packedJars",
|
||||||
"runtimeJar",
|
"runtimeJar",
|
||||||
"sideJars"
|
"sideJars"
|
||||||
],
|
],
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension"
|
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",
|
||||||
|
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
||||||
|
"reporting": "org.gradle.api.reporting.ReportingExtension"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
":prepare:mock-runtime-for-test": {
|
":prepare:mock-runtime-for-test": {
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ apply { plugin("kotlin") }
|
|||||||
val packedJars by configurations.creating
|
val packedJars by configurations.creating
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(project(":kotlin-annotation-processing"))
|
compileOnly(project(":kotlin-annotation-processing"))
|
||||||
compileOnly("org.jetbrains.kotlin:gradle-api:1.6")
|
compileOnly("org.jetbrains.kotlin:gradle-api:1.6")
|
||||||
compileOnly("com.android.tools.build:gradle:1.1.0")
|
compileOnly("com.android.tools.build:gradle:1.1.0")
|
||||||
compile(projectDist(":kotlin-stdlib"))
|
compile(projectDist(":kotlin-stdlib"))
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ dependencies {
|
|||||||
compile project(':compiler:compiler-runner')
|
compile project(':compiler:compiler-runner')
|
||||||
compile project(":compiler:incremental-compilation-impl")
|
compile project(":compiler:incremental-compilation-impl")
|
||||||
compile project(":compiler:daemon")
|
compile project(":compiler:daemon")
|
||||||
compile project(':kotlin-annotation-processing-gradle')
|
compile project(path: ':kotlin-annotation-processing-gradle', configuration: "runtimeJar")
|
||||||
|
|
||||||
compileOnly 'com.android.tools.build:gradle:2.0.0'
|
compileOnly 'com.android.tools.build:gradle:2.0.0'
|
||||||
compileOnly 'org.codehaus.groovy:groovy-all:2.3.9'
|
compileOnly 'org.codehaus.groovy:groovy-all:2.3.9'
|
||||||
|
|||||||
Reference in New Issue
Block a user