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
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
if you add jars to the compile or compileOnly (ie: provided) scopes, these are not passed to CFR. CFR needs all classes to do better decompilation. this triggers warnings by CFR, such as:
/*
* Decompiled with CFR 0_123.
*
* Could not load the following classes:
* org.xmlpull.v1.XmlPullParser
* org.xmlpull.v1.XmlPullParserException
* org.xmlpull.v1.XmlSerializer
*/