AtomicKotlinCourse icon indicating copy to clipboard operation
AtomicKotlinCourse copied to clipboard

Gradle reload failed on fresh clone for gradle version 8.0

Open ShuratCode opened this issue 2 years ago • 0 comments
trafficstars

When starting from IDE, I got the error `Could not create task ':compileKotlin'.

Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.` It seems it related to the fact Intellij in version 2023.1 use gradle version 8.0

ShuratCode avatar Mar 30 '23 13:03 ShuratCode