You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell for the neoFormVersion = ... syntax to be generated for kotlin buildscripts there needs to be a setter and getter with appropiate names e.g. setNeoFormVersion and getNeoFormVersion. [1]
This wasn't an issue in 1.x because it was backed by a Property<String> directly in the NeoForgeExtension however this is no longer the case in 2.x.
It's not a major issue but having a getter to fix the property syntax would be nice ^_^
The text was updated successfully, but these errors were encountered:
As far as I can tell for the
neoFormVersion = ...
syntax to be generated for kotlin buildscripts there needs to be a setter and getter with appropiate names e.g.setNeoFormVersion
andgetNeoFormVersion
. [1]This wasn't an issue in 1.x because it was backed by a
Property<String>
directly in theNeoForgeExtension
however this is no longer the case in 2.x.It's not a major issue but having a getter to fix the property syntax would be nice ^_^
The text was updated successfully, but these errors were encountered: