Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not import Gradle project to IDEA 2020.1 EAP with Kotlin plugin 1.3.70-eap-184-IJ2019.3-1 #12178

Closed
rieske opened this issue Feb 10, 2020 · 0 comments
Assignees
Labels
a:regression This used to work @core Issue owned by GBT Core
Milestone

Comments

@rieske
Copy link
Contributor

rieske commented Feb 10, 2020

Expected Behavior

The Gradle project using Kotlin build file with gradleApi() dependency declared is successfully imported to IntelliJ IDEA as a Gradle project.

Current Behavior

Project import fails with an error:

Expected configuration ':detachedConfiguration3' to contain exactly one file, however, it contains more than one file.

Steps to Reproduce

Import the following build file as a Gradle project in IntelliJ IDEA.

build.gradle.kts:

plugins {
    java
}

dependencies {
    implementation(gradleApi())
}

Your Environment

Gradle 6.2-rc1
IntelliJ IDEA Community 2020.1 EAP
Kotlin plugin 1.3.70-eap-184-IJ2019.3-1

https://e.grdev.net/s/fcvcty3cwkueq

@rieske rieske added from:member a:regression This used to work labels Feb 10, 2020
@rieske rieske added this to the 6.2 RC2 milestone Feb 10, 2020
@rieske rieske self-assigned this Feb 10, 2020
@rieske rieske added @core Issue owned by GBT Core in:core labels Feb 10, 2020
@big-guy big-guy closed this as completed Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:regression This used to work @core Issue owned by GBT Core
Projects
None yet
Development

No branches or pull requests

2 participants