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

Consider using Forgelin #33

Open
marvin-roesch opened this issue Jul 15, 2017 · 1 comment
Open

Consider using Forgelin #33

marvin-roesch opened this issue Jul 15, 2017 · 1 comment

Comments

@marvin-roesch
Copy link

Hi there, I'm currently looking through mod projects that use Kotlin as their language of choice. I see that your mod shades the Kotlin standard library itself, while at least relocating it. You might want to consider using Forgelin instead. It gives you access to some more libraries than just the Kotlin standard library and does so without bloating your own mod JAR. Additionally, Kotlin doesn't always like being relocated (especially if you potentially end up shipping the reflection library as well), so going with Forgelin instead is the optimal route for keeping compatibility with other mods written in Kotlin.

@modmuss50
Copy link
Owner

Yeah, I had planned on using it or rewriting the mod in java.

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

No branches or pull requests

2 participants