I've build the source successfully in my Idea.But when I create a new module to test it,It can't run well with the error Kotlin: warnings found and -Werror specified.I tried to repack the cglib and objenesis jar like this: Spring 5.2.x Kotlin: warnings found and -Werror specified But it's not work.Anyone can help me?

Comment From: f1024557668

Finally find out the question,because I set my Idea's gradle plugin with Intellij Idea,when I change it to gradle,it worked.