what I would like to implement, for example, is to...
# getting-started
d
what I would like to implement, for example, is to detect the host OS type and modify the build steps accordingly
i
Kotlin DSL is used to generate build settings, after that they are static. You cannot achieve dynamic build steps with the DSL.
You can however use the DSL to make a configuration for each OS type where different build steps are required.