leodeng
12/06/2017, 11:54 AMkotlin.version
to null (ext['kotlin.version'] = null
), but the error reported is interesting:
* What went wrong:
Execution failed for task ':compileKotlin'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find org.springframework.boot:spring-boot-starter-webflux:.
Required by:
project :
> Could not find org.springframework.boot:spring-boot-starter-data-jpa:.
Required by:
project :
> Could not find org.springframework.integration:spring-integration-webflux:.
Required by:
project :
> Could not find com.fasterxml.jackson.module:jackson-module-kotlin:.
Required by:
project :
there are no errors mentioning kotlin, and why would other dependencies resolution fail?leodeng
12/11/2017, 12:58 PM