Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hello, i have a multi-module project:

include ':core'

include ':tech'

include ':rpg'

Core module is a base version for all modules(how library, but it's independed mod). Tech/Rpg module is a child of Core.

 

Using in builds scripts:

tech -> build.gradle

    implementation project(':core')

rpg -> build.gradle

    implementation project(':core')

 

And i have KotlinAdapter(yes, it's a mod written on Kotlin language), spoiler: this adapter work for core, but when a execute Intellij Idea task for run tech module("tech runClient") i take a exception with error: "adapter.kotlin.KotlinModContainer cannot be cast to net.minecraftforge.fml.ModContainer". But, when execute runClient(gradle task) it's work without of exception. How to i can execute Intellij Idea task for run my Tech and Rpg mods with Core mod in dependencies?

 

When run Intellij task "tech runClient" threads:

"Loading KotlinModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@47148f3f - got sun.misc.Launcher$AppClassLoader@18b4aac2"

When run Gradle task ":tech:runClient" threads:

"Loading KotlinModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@47148f3f - got cpw.mods.modlauncher.TransformingClassLoader@47148f3f"

 

You need to show your buildscript in question, but my assumption is that you don't have the kotlin container added to the runtime environment of the child projects.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.