toggle menu
gradle
8.11.1
DSL
switch theme
search in API
gradle
/
org.gradle.kotlin.dsl
/
ClientModuleScope
/
module
module
DSL
fun
module
(
group
:
String
,
name
:
String
,
version
:
String
?
=
null
,
configuration
:
String
?
=
null
,
classifier
:
String
?
=
null
,
ext
:
String
?
=
null
,
setup
:
ClientModuleScope
.
(
)
->
Unit
)
(
source
)