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.helpers
/
MultiProjectExtension
Multi
Project
Extension
interface
MultiProjectExtension
Inheritors
MutableMultiProjectExtension
Members
Properties
default
Project
Type
Link copied to clipboard
abstract
val
defaultProjectType
:
ProjectType
js
Projects
Link copied to clipboard
abstract
val
jsProjects
:
Set
<
Project
>
jvm
Projects
Link copied to clipboard
abstract
val
jvmProjects
:
Set
<
Project
>
kt
Projects
Link copied to clipboard
abstract
val
ktProjects
:
Set
<
Project
>
other
Projects
Link copied to clipboard
abstract
val
otherProjects
:
Set
<
Project
>
Functions
except
Link copied to clipboard
open
fun
Iterable
<
Project
>
.
except
(
names
:
Iterable
<
String
>
)
:
Set
<
Project
>
open
fun
Iterable
<
Project
>
.
except
(
first
:
String
,
vararg
others
:
String
)
:
Set
<
Project
>