toggle menu
gradle-common
jvm
switch theme
search in API
kotlin-common-gradle-plugins
/
com.huanshankeji
/
SourceSetConfig
Source
Set
Config
class
SourceSetConfig
(
val
type
:
SourceSetConfig.Type
,
val
name
:
String
,
val
dependents
:
List
<
String
>
)
(
source
)
Members
Constructors
Source
Set
Config
Link copied to clipboard
constructor
(
type
:
SourceSetConfig.Type
,
name
:
String
,
dependents
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Type
Link copied to clipboard
enum
Type
:
Enum
<
SourceSetConfig.Type
>
Properties
dependents
Link copied to clipboard
val
dependents
:
List
<
String
>
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
SourceSetConfig.Type