Question regarding JetBrains Academy. I decided to...
# random
r
Question regarding JetBrains Academy. I decided to check it out to see how it works, and when clicking the "Solve in IDE", it generates a project that Gradle doesn't like. I see this error:
Copy code
Could not set unknown property 'destinationDir' for task '...' of type org.jetbrains.kotlin.gradle.tasks.KotlinCompile
Is this a known problem and (if so) what is the correct work around to ensure integration still works?
I tried deleting and restarting, which got past that error but now I see
Copy code
Could not find com.github.hyperskill:hs-test:release-SNAPSHOT
and cannot build anything.
t
replace
destinationDir
with
destinationDirectory
r
@tapchicoma That seems to fix the first problem. Now I'm stuck at the second one I mentioned (the issue with it not finding
hs-test
). Any chance you know what to do there?
t
I've pinged responsible team - they should fix this issues
r
Awesome, thanks!
Looks like the plugin update this morning fixed my issues. Thanks again for your help!
👍 1