toggle menu
GradleGalaxy
3.0.0
jvm
switch theme
search in API
GradleGalaxy
/
xyz.srnyx.gradlegalaxy.data.annoyingapi
/
AnnoyingMetadata
Annoying
Metadata
@
Serializable
data
class
AnnoyingMetadata
(
val
packageName
:
String
,
val
javaVersion
:
Int
?
=
null
,
val
repositories
:
List
<
String
>
=
emptyList()
,
val
runtimeLibraries
:
List
<
RuntimeLibrary
>
=
emptyList()
,
val
excludes
:
List
<
Exclude
>
=
emptyList()
)
Members
Constructors
Annoying
Metadata
Link copied to clipboard
constructor
(
packageName
:
String
,
javaVersion
:
Int
?
=
null
,
repositories
:
List
<
String
>
=
emptyList()
,
runtimeLibraries
:
List
<
RuntimeLibrary
>
=
emptyList()
,
excludes
:
List
<
Exclude
>
=
emptyList()
)
Properties
excludes
Link copied to clipboard
val
excludes
:
List
<
Exclude
>
java
Version
Link copied to clipboard
val
javaVersion
:
Int
?
=
null
package
Name
Link copied to clipboard
val
packageName
:
String
repositories
Link copied to clipboard
val
repositories
:
List
<
String
>
runtime
Libraries
Link copied to clipboard
val
runtimeLibraries
:
List
<
RuntimeLibrary
>