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
Attention! It is breaking change!!!
I think the context inheritance feature is over-engineering. See #20 and #29 for more details. This feature will be removed in version 3.0
plugins {
id("io.github.ermadmi78.kobby")
}
kobby {
kotlin {
entity {
// Will not be available since version 3.0!
contextInheritanceEnabled =true
}
}
}