toggle menu
winds
1.0.2
jvm
switch theme
search in API
gradle-plugin
/
dev.teogor.winds.gradle
Package-level
declarations
Types
Functions
Types
Winds
Plugin
Link copied to clipboard
class
WindsPlugin
:
BaseWindsPlugin
A Gradle plugin that adds Winds support to projects.
Functions
with
Winds
Link copied to clipboard
fun
Project
.
withWinds
(
block
:
Winds
.
(
)
->
Unit
)
:
Winds
fun
Project
.
withWinds
(
onWindsAvailable
:
Winds
.
(
)
->
Unit
=
{}
,
onWindsReady
:
Winds
.
(
)
->
Unit
)