AspectJ, Spring Boot, Kotlin compile time weaving

Does anyone know good decision how to make compile time weaving for aspects in spring boot project on kotlin?
I tried to google but didn’t found work example

Take a working simple Java project and translate it to Kotlin, is it work?