-
Notifications
You must be signed in to change notification settings - Fork 7
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
Does not work w/ 2024-03, won't even compile - can we help somehow? #38
Comments
Similar thing I can see here. Some classes have difficulties to compile. Most of the time when I try to look at the .kt file to see what it complains about, eclipse simply freezes. But some enum issues seem related to 1.9 version which is experimental in the plugin as it seems. I'm also confused what version to take. On the one hand the readme says on top "Kotlin for Eclipse 2020-09 and later", on the other hand there are recent versions below stopping at "Last version Kotlin for Eclipse 2023-09". Bold should indicate we should use the first one? If so, maybe a sentence could help here or just dropping the ones below :)? |
Hi! The same thing happened to me yesterday: I was sticking around with 2023-03 version of Eclipse IDE but then had to downgrade to 2021-03 (the version I use for older projects). Then, when I tried to write a simple
Though this tutorial has helped. |
I have made some adaptations of Kotkin-eclipse for Eclipse IDE 2024-03. Please try to use this repository to update. |
@bvfalcon Can we expect to see any improvements for this plug-in in the future, since it is very hindering to be bound to a certain IDE (I mean InteliJ IDEA) when coding Kotlin. For example a smoother Gradle integration would be nice. I have already a bunch of use-cases. |
The same for me. I am using Eclipse IDE for many years and going to use it in future.
For my aims is enough to adapt Kotlin-eclipse for latest versions of Eclipse IDE. But sometimes users make code donations with new functionality. I accept such changes too. It is excellent, that developers not only use plugin but improve it. So Open Source works and this is great.
How you/your company are interested in this functionality? If your interest is serious, you could develop it or pay developers efforts. I will be glad to become your code donations. |
Repo is not accepted by Eclipse -- disappears again right after adding. |
Hey, thanks for taking a look. I just updated to the given repository's version. For me nothing changed really :). Still errors around not supported In general I'm wondering how to add support for 1.9+ kotlin version. Is this something the plugin has "actively" to support or is it just providing are more uptodate kotlin jar with the plugin? What is stopping the plugin to support 1.9? |
Is there anything we can do to help and make this work?
I have to use Kotlin now, had to test IntelliJ and am ... underwhelmed. Would prefer Eclipse.
The text was updated successfully, but these errors were encountered: