gradle
Toggle table of contents
9.6.0
DSL
Target filter
DSL
Switch theme
Search in API
Skip to content
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
org.
gradle.
api.
java.
archives.
Manifest.
attributes