convention-plugins
Toggle table of contents
v45
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
convention-plugins
gradle-extensions
/
io.technoirlab.gradle
/
copy
copy
inline
fun
URI
.
copy
(
scheme
:
String
?
=
this.scheme
,
userInfo
:
String
?
=
this.userInfo
,
host
:
String
?
=
this.host
,
port
:
Int
=
this.port
,
path
:
String
?
=
this.path
,
query
:
String
?
=
this.query
,
fragment
:
String
?
=
this.fragment
)
:
URI
(
source
)