forked from SpongePowered/Mixin
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Interface injection not working with kotlin #162
Comments
And all of the methods are default? |
Doesn't kotlin have extension funs? |
And you have regenerated sources and reloaded gradle? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the tutorial in https://wiki.fabricmc.net/tutorial:interface_injection ,I injected a interface for a class. I can call the method in java but I can't call the method.
The text was updated successfully, but these errors were encountered: