gradle
Toggle table of contents
9.0.0
DSL
Platform filter
DSL
Switch theme
Search in API
gradle
gradle
/
org.gradle.kotlin.dsl
/
attributes
attributes
DSL
inline
fun
Manifest
.
attributes
(
vararg
attributes
:
Pair
<
String
,
Any
>
)
:
Manifest
inline
fun
Manifest
.
attributes
(
vararg
attributes
:
Pair
<
String
,
Any
>
)
:
Manifest
inline
fun
Manifest
.
attributes
(
sectionName
:
String
,
vararg
attributes
:
Pair
<
String
,
Any
>
)
:
Manifest
inline
fun
Manifest
.
attributes
(
sectionName
:
String
,
vararg
attributes
:
Pair
<
String
,
Any
>
)
:
Manifest
Kotlin extension function for
org.gradle.api.java.archives.Manifest.attributes
.
See also
Manifest.
attributes