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
After #720, loading the mobile template Basic Screen fails:
Caused by: java.lang.ClassNotFoundException: com.gluonhq.attach.display.DisplayService
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
The DisplayService dependency should be build time (no runtime) and the display module should be added to Kit.
The text was updated successfully, but these errors were encountered:
After #720, loading the mobile template Basic Screen fails:
The DisplayService dependency should be build time (no runtime) and the display module should be added to Kit.
The text was updated successfully, but these errors were encountered: