Jump to content

Recommended Posts

Posted (edited)

I made a Kotlin wrapper for Brigadier that makes the command builder actually tolerable and released it as a library on GitHub.  Problem is, I can't actually use it without getting "ClassNotFoundException: kotlin.jvm.internal.Intrinsics".  This means it can't find the Kotlin standard library.

I've confirmed that the jar is downloading correctly, all of the dependencies are resolved properly, it's embedded in my mod jar, and it's even being extracted by Forge at runtime.  But when the library's entry method is called, I get that error saying that it can't find the Intrinsics class.  This doesn't make sense in the slightest, since the mod that's calling the library method is also written in Kotlin: at this point in the load cycle, KotlinForForge has already been loaded, and the exact same Intrinsics class that it's complaining about was already called successfully immediately before this method call.

Does anyone know what's even happening and how I can fix it?

 

My library can be found at https://github.com/ByThePowerOfScience/BrigadierDSL, and my build.gradle is at https://github.com/ByThePowerOfScience/DungeonDesigner/blob/1.20.x/build.gradle.kts.

Edited by ByThePowerOfScience
  • ByThePowerOfScience changed the title to ClassNotFoundException for Kotlin Stdlib when jarJar'ing a Kotlin Library?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.