Problem in check exercises in atomic kotlin Course

Hi, I am trying to go ahead with the atomic kotlin book and do the exercises using the Edu Tools plugin. I will get this error after writing the exercise and hitting the check button. I could not solve this problem by searching please help.

Build file '/home/meysam/IdeaProjects/AtomicKotlin/build.gradle' line: 28

A problem occurred evaluating root project 'AtomicKotlinCourse'.
> Could not find method compile() for arguments [org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.20] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

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

Screenshot of settings and errors

Not yet i have this problem on my PC . but in my laptop i have manjaro os and it work without any problem .I decided to use my laptop but I could not find and resolve this problem

You can try to replace compile with implementation as compile is deprecated. But I guess it should still work without problems.

1 Like

No, it still gives an error

Please help, Iā€™m still in this error :pleading_face:

problem is solve