You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a fat jar with Gradle, META-INF/<module-name>.kotlin-module files are written into BOOT-INF/classes. When building a fat jar with Maven they are left in the root of the jar. Gradle's behaviour is correct.