<Kotlin compilation fails after applying springboo...
# stackoverflow
u
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...