Join Slack
Powered by
<Kotlin compilation fails after applying springboo...
# stackoverflow
u
user
10/16/2018, 8:11 AM
Kotlin compilation fails after applying springboot plugin
I have gradle multi project build and created simple repo to reproduce problem .
https://github.com/jurisz/spring-boot-plugin-kotlin-sample
as soon on applicaton module I enable springboot plugin: apply { plugin("org.springframework.boot") } gradle build fails with kotlin compilation error in following tests module: Unresolved reference: BootApplication If I comment out above applying...
Open in Slack
Previous
Next