Cannot reference non-static method "ConfigApi.openScreen" or "ConfigApiJava.openScreen" from a static context in java
QiuShui1012 opened this issue · 2 comments
Just use ConfigApi.INSTANCE, automatically provided for you. Unfortunately adding JvmStatic would be a breaking API change at this point.