-
Notifications
You must be signed in to change notification settings - Fork 191
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
[FEATURE-REQUEST] Support with Kotlin #749
Comments
I approve this! |
Duplicate of #722 |
Then I think it is really necessary to add such a feature |
Yes I completely agree adding Kotlin support would be nice and I would like to do it as well. Please understand the lack of Kotlin support is a technical limitation (as explained in the linked ticket) and not simply a decision not to do so. We don't need to be convinced to add this, it has nothing to do with that. It's purely a technical blocker which has - at least in the past - prevented us from implementing this. That blocker may not still exist or be as large as it used to, but further investigation is required. |
I don't see a problem in using Kotlin on a bukkit server, because libraries from e.g. https://dev.bukkit.org/projects/kotlin are adding the "compatibility". For comparison, Forge usually has to be installed on the server AND even manually by the user, Kotlin has to be added ONLY as a default plugin by the administrator |
As demon said, it's a technical issue, and also this issue is a duplicate. |
My FEATURE_REQUEST
Dear readers, I have been a bukkit plugin developer for several years and have learned several libraries, APIs and programming languages over the years. For some time now, I've even been developing my Minecraft plugins using only Kotlin, so I asked if you could possibly add a way to switch between Java and Kotlin in addition to the option between Gradle and Maven. This would help some developers to be freer in developing.
The text was updated successfully, but these errors were encountered: