I am learning Kotlin by <hyperskill.org> JetBrain ...
# gradle
m
I am learning Kotlin by hyperskill.org JetBrain Academy I getting this error when checking my solution but when running it in IDE it's working fine https://hyperskill.org/projects/83/stages/458/implement is this issue can be fixed by me or only by hyperskill JetBrain Academy The compile configuration has been deprecated for dependency declaration. This will fail with an error in Gradle 7.0. Please use the implementation configuration instead. Consult the upgrading guide for further information: https://docs.gradle.org/6.6.1/userguide/upgrading_version_5.html#dependencies_should_no_longer_be_declared_using_the_compile_and_runtime_configurations         at build_bzr9s6nt7rztzjinzwhqs1atm$_run_closure1$_closure4.doCall(/mnt/sdb1/IntelliJIDEAProjects/Flashcards/build.gradle:23)         (Run with --stacktrace to get the full stack trace of this deprecation warning.)
v
In what form do you submit a solution there?
m
submit by EduTool the issue was in java test file import .../IntelliJIDEAProjects/Flashcards/Flashcards/task/test/FlashcardsTest.java
Copy code
import flashcards.Main;
instead of
Copy code
import flashcards.MainKt;
every time after submit must be edit it again