Skip to content

Remove the context inheritance feature #35

@ermadmi78

Description

@ermadmi78

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
        }
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions