Kotlin spring boot project doesn't read bootstrap.yml

I’m trying this here just in case someone has already run into this. When I use Kotlin in place of Java in a Spring Boot project the bootstrap.yml file is never read. Just swapping out Kotlin for Java causes this to happen. This is Spring Boot 1.5.6. Any suggestions?

Hey @wisect! Do you have a solution for it?

No. But I also haven’t tried in a while.

Would it be an option to switch to Spring Boot 2.0? I’ve used it with Kotlin for quite a while without any Kotlin related problems.