config
Toggle table of contents
0.95.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
config
config
/
com.project.starter.config
Package-level
declarations
Functions
Functions
find
By
Type
Link copied to clipboard
inline
fun
<
T
:
Any
>
ExtensionContainer
.
findByType
(
)
:
@
Nullable
T
?
get
By
Type
Link copied to clipboard
inline
fun
<
T
:
Any
>
ExtensionContainer
.
getByType
(
)
:
T
with
Extension
Link copied to clipboard
inline
fun
<
T
:
Any
>
Project
.
withExtension
(
crossinline
action
:
Project
.
(
T
)
->
Unit
)