i've been Porting one of my mod projects to Multiloader, but i've hit a problem with Fabric runtime, i've got NeoForge working just fine though.
i am compiling against the NeoForge version of the main dependency mod, but it's also a Multiloader project (in Kotlin), and i don't think the API is any different between them, so my best is something with the mixins.
main dependency in question https://gitlab.com/cable-mc/cobblemon/-/tree/main
code https://github.com/anabsolutesloth/cobblemonboxlink-multiloader
this is the template my project is based off https://github.com/jaredlll08/MultiLoader-Template/tree/1.21.1
log snippet attached, can provide other info at request.
if it's not appropriate to ask for help about this here, ping me and let me know so i can take it elsewhere.