kcp-development
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kcp-development
compiler-plugin-plugins
/
dev.rnett.kcp.development
/
CompilerPluginDevelopmentExtension
Compiler
Plugin
Development
Extension
abstract
class
CompilerPluginDevelopmentExtension
(
source
)
Members
Constructors
Compiler
Plugin
Development
Extension
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
add
Core
Dependency
Link copied to clipboard
abstract
val
addCoreDependency
:
Property
<
Boolean
>
add
Test
Support
Dependency
Link copied to clipboard
abstract
val
addTestSupportDependency
:
Property
<
Boolean
>
command
Line
Processor
Link copied to clipboard
abstract
val
commandLineProcessor
:
Property
<
String
>
compiler
Plugin
Registrar
Link copied to clipboard
abstract
val
compilerPluginRegistrar
:
Property
<
String
>
parallel
Tests
Link copied to clipboard
abstract
val
parallelTests
:
Property
<
Boolean
>
test
Data
Root
Link copied to clipboard
abstract
val
testDataRoot
:
DirectoryProperty
test
Generation
Root
Link copied to clipboard
abstract
val
testGenerationRoot
:
DirectoryProperty
test
Generator
Link copied to clipboard
abstract
val
testGenerator
:
Property
<
String
>
use
Test
Generator
Link copied to clipboard
abstract
val
useTestGenerator
:
Property
<
Boolean
>
Whether to use TestGenerator in test-support. Defaults to true.