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

Update to Kotlin 1.8.10 #146

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

JulianHahn96
Copy link

Update the Plugin to use the Kotlin 1.8.10 Compiler.

@JulianHahn96 JulianHahn96 changed the title Official/kotlin/1.8.10 Update to Kotlin 1.8.10 Feb 25, 2023
U534967 added 2 commits February 26, 2023 14:11
Return the correct dependend projects from KotlinBuilder so Eclipse can determine when to rebuild the project.
@@ -196,7 +196,7 @@ val extractPackagesFromKTCompiler by tasks.registering(Jar::class) {
}

val downloadIntellijCoreAndExtractSelectedJars by tasks.registering {
dependsOn(deleteLibrariesFromLibFolder)
/*dependsOn(deleteLibrariesFromLibFolder)
Copy link

Choose a reason for hiding this comment

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

Did you intend to leave this commented out? Maybe add a comment...

Copy link
Author

Choose a reason for hiding this comment

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

ah no i just forgot to remove it. Added that in a new commit.

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.

2 participants