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
When starting from IDE, I got the error `Could not create task ':compileKotlin'.