Closed Octogonapus closed 5 years ago
This is the Groovy DSL but the idea should roughly map over to the Kotlin DSL: def hostPreset = MPPTools.defaultHostPreset(project, [kotlin.presets.macosX64, kotlin.presets.linuxX64, kotlin.presets.mingwX64])
def hostPreset = MPPTools.defaultHostPreset(project, [kotlin.presets.macosX64, kotlin.presets.linuxX64, kotlin.presets.mingwX64])
Not needed for now.
This is the Groovy DSL but the idea should roughly map over to the Kotlin DSL:
def hostPreset = MPPTools.defaultHostPreset(project, [kotlin.presets.macosX64, kotlin.presets.linuxX64, kotlin.presets.mingwX64])