Skip to content

safri-net/mn-issue-11952

Repository files navigation

@Import & @ClassImport do not work with Kotlin

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages