kt-mpp
Toggle table of contents
5.1.11
jvm
Platform filter
jvm
Switch theme
Search in API
kt-mpp
kt-mpp
/
io.github.gciatto.kt.mpp.utils
/
forEachPlugin
for
Each
Plugin
fun
Project
.
forEachPlugin
(
plugins
:
Iterable
<
Any
>
,
action
:
(
Plugin
<
*
>
)
->
Unit
)
fun
Project
.
forEachPlugin
(
name
:
Any
,
vararg
names
:
Any
,
action
:
(
Plugin
<
*
>
)
->
Unit
)