Join Slack
Powered by
I am learning Kotlin by <hyperskill.org> JetBrain ...
# gradle
m
Mohamed Daif
11/21/2020, 2:30 PM
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
Vampire
11/21/2020, 4:37 PM
In what form do you submit a solution there?
m
Mohamed Daif
11/22/2020, 6:00 PM
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
10
Views
Open in Slack
Previous
Next