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
I am trying to use Klaxon in a Gradle Task that generates some code for me, but when I try to access the parsed objects I get this error:
class com.beust.klaxon.JsonObject cannot be cast to class Block (com.beust.klaxon.JsonObject and Block are in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader @4717c6b6)
Might not be fault of Klaxon itself, but I am not sure where else to ask. Any help is appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to use Klaxon in a Gradle Task that generates some code for me, but when I try to access the parsed objects I get this error:
class com.beust.klaxon.JsonObject cannot be cast to class Block (com.beust.klaxon.JsonObject and Block are in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader @4717c6b6)
Might not be fault of Klaxon itself, but I am not sure where else to ask. Any help is appreciated.
The text was updated successfully, but these errors were encountered: