kt-mpp
Toggle table of contents
5.1.11
jvm
Platform filter
jvm
Switch theme
Search in API
kt-mpp
kt-mpp
/
io.github.gciatto.kt.mpp.kotlin
/
DependencyScope
Dependency
Scope
sealed
interface
DependencyScope
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
api
Link copied to clipboard
abstract
fun
api
(
dependency
:
Any
)
implementation
Link copied to clipboard
abstract
fun
implementation
(
dependency
:
Any
)
kotlin
Link copied to clipboard
abstract
fun
kotlin
(
module
:
String
,
version
:
String
?
=
null
)
:
Any
test
Link copied to clipboard
abstract
fun
test
(
dependency
:
Any
)