Is it official? I read the blog post and it didn't...
# gradle
j
Is it official? I read the blog post and it didn't say it was. Just that things were being back potted. Is there a newer blog post?
g
The rule engine that was part of the Software Model will be deprecated. Everything under the model block will be ported as extensions to the current model
As I understood, software model deprecated but they will support old DSL (port it), so kotlin-dsl should support ported dsl without problem because works fine with extensions
And yeah, new native plugins have own DSL based on extensions, so no more
model{}
block etc https://github.com/gradle/native-samples So I think
model{}
will be deprecated someday even after porting to extension