With Micronaut 4.9.1 the @Import (io.micronaut.context.annotation.Import)
and `@ClassImport (io.micronaut.context.annotation.ClassImport)
annotations do not work with Kotlin.
To see it failing simply run the test ImportAnnotationTest
:
The same is working in a java project. Just switch into the java branch and run the same test.
Both projects are created via Micronaut Launch.