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

Add *.gradle.kts support #1849

Merged
merged 2 commits into from
Aug 25, 2021
Merged

Add *.gradle.kts support #1849

merged 2 commits into from
Aug 25, 2021

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Aug 20, 2021

fbricon and others added 2 commits August 20, 2021 02:16
@rgrunber
Copy link
Contributor

Seems to be working for me. Project classpath seems accessible for the most part.

  • Importing a basic project doesn't cause the .kt files to be compiled to .class files, but running gradle build from commandline does
  • Is it possible to get the generated kotlin class files onto the classpath so they can be referenced within Java code ?

@snjeza
Copy link
Contributor Author

snjeza commented Aug 25, 2021

  • Importing a basic project doesn't cause the .kt files to be compiled to .class files, but running gradle build from commandline does
  • Is it possible to get the generated kotlin class files onto the classpath so they can be referenced within Java code ?

I will try to solve it within #449.
This ticket enables import gradle projects which use the Gradle Kotlin DSL scripts (*.gradle.kts).

Copy link
Contributor

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. I would just squash the 2 commits here before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Gradle .kts Files
4 participants