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
Package-level
declarations
Types
Properties
Types
Abstract
Project
Plugin
Link copied to clipboard
abstract
class
AbstractProjectPlugin
:
Plugin
<
Project
>
Plugin
Descriptor
Link copied to clipboard
data
class
PluginDescriptor
<
T
:
Any
>
(
val
name
:
String
,
val
klass
:
KClass
<
T
>
?
=
null
)
Plugins
Link copied to clipboard
object
Plugins
Project
Configuration
Link copied to clipboard
typealias
ProjectConfiguration
=
Set
<
PluginDescriptor
<
*
>
>
Properties
base
Project
Link copied to clipboard
val
baseProject
:
ProjectConfiguration
default
Js
Project
Link copied to clipboard
val
defaultJsProject
:
ProjectConfiguration
default
Jvm
Project
Link copied to clipboard
val
defaultJvmProject
:
ProjectConfiguration
default
Kt
Project
Link copied to clipboard
val
defaultKtProject
:
ProjectConfiguration
default
Other
Project
Link copied to clipboard
val
defaultOtherProject
:
ProjectConfiguration