The readme should be improved with the aim to let the users understand how to build and use the project.
Besides this, I tried to clone and build the project, and I found there is a problem when running the gradle build
❯ gradle build
FAILURE: Build failed with an exception.
* Where:
Build file '~/projects/str/kolasu-tutorial/build.gradle' line: 52
* What went wrong:
A problem occurred evaluating root project 'kolasu-tutorial'.
> Could not create task ':compileTestKotlin'.
> 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.
Perhaps we should refresh the gradle build updating it to the most recent version of the configuration. See: https://kotlinlang.org/docs/gradle-configure-project.html
The readme should be improved with the aim to let the users understand how to build and use the project.
Besides this, I tried to clone and build the project, and I found there is a problem when running the
gradle buildPerhaps we should refresh the gradle build updating it to the most recent version of the configuration. See: https://kotlinlang.org/docs/gradle-configure-project.html