A problem occurred evaluating project

Hello,
I’m trying MOE to develop an iOS/Android app. Because I’m still learning, I’m using a tutorial. When I made a MOE module, gradle fails with the message "A problem occurred evaluating project: Failed to apply plugin ‘moe’.Configuration with name ‘compile’ not found.
What could’ve I done wrong?

It depends on the MOE and Gradle version you are using. If you use gradle 7.x you need a MOE Version of at least 1.8.2 I think.
Here is another forum post about this topic: New Gradle plugin in Android Studio Arctic Fox

Okay, thank you for the quick reply. I’ll try this out!