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
Seemly currently org.mybatis.generator.api.dom.kotlin.KotlinFunction do not contains a way to add override modifier(It's not in KotlinModifier variants.
My workaround for that is using withAnnotation("override"), which is fragile when other annotations added after override.
Maybe there should be a dedicated method in KotlinFunction.Builder for doing it.