Is it possible to use kotlin dsl for multiplatform...
# gradle
g
Is it possible to use kotlin dsl for multiplatform projects?
g
Yes of course, you can use any Gradle plugin
g
Ok, I didn’t understand the mechanism of kotlin and gradle. Now that I understand that it is based on code generation to provide accessors, I can figure why there was no
expectedBy
code in the kotlin-dsl project.