File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
core/src/main/kotlin/com/tschuchort/compiletesting Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import org.jetbrains.kotlin.cli.common.arguments.K2JVMCompilerArguments
2424import org.jetbrains.kotlin.cli.common.messages.MessageRenderer
2525import org.jetbrains.kotlin.cli.common.messages.PrintingMessageCollector
2626import org.jetbrains.kotlin.cli.jvm.K2JVMCompiler
27+ import org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi
2728import org.jetbrains.kotlin.config.JVMAssertionsMode
2829import org.jetbrains.kotlin.config.JvmDefaultMode
2930import org.jetbrains.kotlin.config.JvmTarget
@@ -45,6 +46,7 @@ typealias OptionName = String
4546typealias OptionValue = String
4647
4748@Suppress(" MemberVisibilityCanBePrivate" )
49+ @ExperimentalCompilerApi
4850class KotlinCompilation : AbstractKotlinCompilation <K2JVMCompilerArguments >() {
4951 /* * Arbitrary arguments to be passed to kapt */
5052 var kaptArgs: MutableMap <OptionName , OptionValue > = mutableMapOf ()
You can’t perform that action at this time.
0 commit comments