Gradle : Stackoverflow Error

21.9k views Asked by At

I'm using Gradle in IDEA and got below output.

* What went wrong:
A problem occurred evaluating script.
> java.lang.StackOverflowError (no error message)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
1

There are 1 answers

0
charany1 On BEST ANSWER

Actually , I was creating cyclic dependency in files which resulted into this.For a better explanation see here.