If you see this <file>, there is a "complex logic"...
# declarative-gradle
j
If you see this file, there is a "complex logic" that will not be possible with DCL. I was thinking about using an Enum to model those options when you want to attach the Kotlin Version to the normal semantic versioning generated by the semver plugin. Something like:
Copy code
kotlin
semver {
    tagPrefix = "p"
}

kotlin {
    semver {
        mapVersion = Semver.Version_KotlinVersion
    }
}
But maybe there is a better option to model this. Any suggestion?
p
Use a enum or model it with different features. I migrated my project from 6 plugins to 12 features 😅 but I really like features