You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When starting from IDE, I got the error
`Could not create task ':compileKotlin'.
The text was updated successfully, but these errors were encountered: