https://kotlinlang.org logo
Title
j

jlleitschuh

10/01/2017, 5:05 PM
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

gildor

10/02/2017, 5:22 AM
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