Closed xeruf closed 6 years ago
Some plugins do start (the ones that do not are probably disabled in settings (settings > plugins > pluginX > enabled).
I am not sure what is the problem, does the application not start? You are getting deserialization problem because Metadata class has been changed, this only means the library needs to be reimported (we need to work on this). Is there some other problem you are experiencing?
I am also fairly sure this problem only appears on update kotlin branch. Please do not report issues that are not reproducible on master branch - they only pertain to issues with the code in the branch and are not issues.
The source of the problem was found - pura Java and pure Kotlin widgets stopped compiling due to a faulty logic in WidgetManager. I caused the problem in one of earlier PRs, it is weird however that I never experienced this issue until I checked out your particular branch. Hm.
Temporary solution: remove line if (isKtJavaCompilationActive) return
in WIdgetManager. I'll fix this properly soon.
The reason might have been that your widgets already were compiled and never needed to be recompiled. It helps to to a gradle clean build
now and then to detect such issues.
That could be the case yes, but I'm not certain of it.
I can't use the player at all right now, since most plugins are not getting loaded any more.