I fixed this issue before (I really dont remember ...
# community-support
e
I fixed this issue before (I really dont remember how) but then it just said that the version is incompatible (yes i tried refreshing gradle, yes i deleted the .gradle files for it to restart again, yes i didnt touch anything while it was loading, yes i cleared all the cache) I hope i can get a reply as soon as possible, I havent even started on my project. Im deeply sorry for any rudeness in my tone or these messages, but I really got tired and i should have came here sooner but I was trying to fix it myself.
🧵 1
v
Your tone imho was not rude, and trying to fix things yourself first is great. But please do not split topics across several threads. This makes following the conversation in the threads view very hard as the context of the other messages is missing. If you have additional information either edit the original message or post to its thread. Also, please never anywhere share screenshots of text if you only want to share the text and not something additional like colors or IDE annotations. Text in images is hard to read, especially on mobile, very hard to copy, and nearly impossible to search for. The error you posted says, that there is no configuration called
modImplementation
. Whether it should be there or not, no idea, that is not something Gradle-native, but probably something specific to the MC development plugin you are using, so you might be better off asking in some MC modding community. 🤷‍♂️ Also, if you want better IDE support, use Kotlin DSL. It is the default DSL since long time, it immediately gives you type-safe build scripts, actually helpful error messages if you need to the syntax, and amazingly better IDE support. Also, to share information about your build and your failure, the best way is to share a build
--scan
URL.