mingwMain
abstract val NamedDomainObjectContainer<KotlinSourceSet>.mingwMain: NamedDomainObjectProvider<KotlinSourceSet>
Static accessor for shared kotlin Source Set between all declared Mingw targets. Declare at least one of the targets mentioned above to access this source set. If no targets were declared, accessing this source set will cause a runtime error during configuration time.
Sample:
kotlin {
mingwX64()
mingwX86()
sourceSets {
mingwMain.dependencies {
// Add mingwMain dependencies here
}
}
}
Content copied to clipboard
Since
1.9.20