thedarkcolour

Results 122 comments of thedarkcolour

which version is "latest version" ?

A while ago I tried to investigate this issue and found that something weird was going on with classloading. The main classloader is set up correctly, but when a method...

If this is in IntelliJ, you'll need to exclude okhttp's transitive dependencies on Kotlin in Gradle.

Could you send a link to your mod's GitHub repository?

Have you checked the compiled JAR file for your mod with a ZIP viewer like 7zip? Make sure you aren't shadowing the dependencies and check META-INF/jarjar for Kotlin libraries.

Marking as duplicate of #86 since the root cause is the same

To use Kotlin For Forge in Architectury you must use "implementation" instead of "forgeImplementation"

If you compile your mod and run it in a Forge instance outside of IntelliJ, does it still crash?