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

Let Kotlin DSL IJ script resolver return given Java home #10350

Merged
merged 1 commit into from Aug 28, 2019

Conversation

eskatos
Copy link
Member

@eskatos eskatos commented Aug 23, 2019

This is a reinstatement of #8756 as a fix for #9299.

This will make IDEs with the IntelliJ Kotlin Plugin 1.3.50 use the correct JVM for TAPI requests. IDEs using previous Kotlin Plugin versions will be given the Project SDK instead of the Gradle JVM breaking the general use case to use a different JVM in Gradle JVM and Project SDK, see
#9195 for more information.

IDEs using Kotlin Plugin >= 1.3.50 will support the general use case to use a different JVM in Gradle JVM and Project SDK properly. And it will be possible to edit .gradle.kts files in non-JVM IntelliJ projects, that is without a JVM Project SDK, and in non JVM IDEs like Clion, Webstorm etc... Note that more changes on top of this one might be required in such IDEs.

@eskatos eskatos added this to the 6.0 RC1 milestone Aug 23, 2019
@eskatos eskatos self-assigned this Aug 23, 2019
@eskatos eskatos changed the title Let Kotlin DSL resolver return given Java home Let Kotlin DSL IJ script resolver return given Java home Aug 23, 2019
@eskatos eskatos force-pushed the eskatos/kotlin-dsl/resolver-java-home branch from 0ae16f5 to c47b255 Compare August 27, 2019 10:37
@eskatos eskatos marked this pull request as ready for review August 27, 2019 10:57
@eskatos eskatos requested a review from bamboo August 27, 2019 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants