toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.util
/
CollectionUtils
/
InjectionStep
Injection
Step
API
open
class
InjectionStep
<
T
,
I
>
(
source
)
Deprecated
Injection step.
Parameters
<T>
target type.
<I>
item type.
Members
Constructors
Injection
Step
Link copied to clipboard
API
constructor
(
target
:
T
,
item
:
I
)
Properties
item
Link copied to clipboard
API
val
item
:
I
target
Link copied to clipboard
API
val
target
:
T