MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / swtExample

Function swtExample

build.gradle.kts:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92fun SourceSetContainer.javaFxExample(block: SourceSet.() -> Unit) = javaFxExample.apply(block)
93val SourceSetContainer.swtExample: SourceSet get() = maybeCreate("swtExample")
94fun SourceSetContainer.swtExample(block: SourceSet.() -> Unit) = swtExample.apply(block)
95
96sourceSets {
97 main {

Callers 1

build.gradle.ktsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected