Skip to content

nulls/kotlin-k2-import-issue

Repository files navigation

kotlin-k2-import-issue

The plugin kotlin-maven-plugin fails with Overload resolution ambiguity between candidates when Kotlin K2 compiler is enabled and the property is set

<sourceDirs>
    <source>${project.basedir}/src/main/kotlin</source>
</sourceDirs>

Gradle doesn't have such problem.

Also, the simple function doesn't reproduce such problem. Looks like inlining of them helps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages