fluid-compiler
0.13.0
jvm
fluid-compiler
/
io.fluidsonic.compiler
/
KotlinCompiler
Kotlin
Compiler
class
KotlinCompiler
Members
Constructors
Kotlin
Compiler
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
arguments
Link copied to clipboard
inline
fun
arguments
(
block
:
K2JVMCompilerArguments
.
(
)
->
Unit
)
:
KotlinCompiler
compile
Link copied to clipboard
fun
compile
(
)
:
CompilationResult
destination
Link copied to clipboard
fun
destination
(
destination
:
File
)
:
KotlinCompiler
fun
destination
(
destination
:
String
)
:
KotlinCompiler
includes
Current
Classpath
Link copied to clipboard
fun
includesCurrentClasspath
(
includesCurrentClasspath
:
Boolean
=
true
)
:
KotlinCompiler
jvm
Target
Link copied to clipboard
fun
jvmTarget
(
jvmTarget
:
KotlinJvmTarget
)
:
KotlinCompiler
kapt
Options
Link copied to clipboard
inline
fun
kaptOptions
(
block
:
KaptOptions.Builder
.
(
)
->
Unit
)
:
KotlinCompiler
kotlin
Home
Link copied to clipboard
fun
kotlinHome
(
kotlinHome
:
File
)
:
KotlinCompiler
fun
kotlinHome
(
kotlinHome
:
String
)
:
KotlinCompiler
module
Name
Link copied to clipboard
fun
moduleName
(
moduleName
:
String
)
:
KotlinCompiler
processors
Link copied to clipboard
fun
processors
(
vararg
processors
:
Processor
)
:
KotlinCompiler
fun
processors
(
processors
:
Iterable
<
Processor
>
)
:
KotlinCompiler
sources
Link copied to clipboard
fun
sources
(
vararg
sources
:
File
)
:
KotlinCompiler
fun
sources
(
vararg
sources
:
String
)
:
KotlinCompiler
fun
sources
(
sourceFiles
:
Iterable
<
File
>
)
:
KotlinCompiler
@
JvmName
(
name
=
"sourcesAsString"
)
fun
sources
(
sources
:
Iterable
<
String
>
)
:
KotlinCompiler