-
Checklist
What is/are your question(s)?I have been trying and failing to build the project on Arch Linux (rolling release, up to date) for the last few hours. I'm attempting to test changes so I can contribute them to NewPipeExtractor. Should be reproducible by taking the most straightforward and obvious steps. I The initial error I see:
Searching for the issue sent me to https://stackoverflow.com/questions/77628445/java-lang-illegalaccesserror-superclass-access-check-failed-class-org-jetbrain The suggestion here is to update Kotlin 1.9 to the latest patch version. I've done this (to 1.9.25) although I'm not sure why it's necessary as (if I read the linked bug report correctly) the issue is only supposed to happen with Java >= 21. In any event this does at least change the error I see. With
and syncing gradle, I get this error now:
Building with a stacktrace shows a root cause that seems to be internal to Kotlin:
Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed with #11636. |
Beta Was this translation helpful? Give feedback.
Fixed with #11636.