Kapt: remove support for old JVM backend
#KT-64680 Fixed
This commit is contained in:
committed by
Space Team
parent
c251eb19a6
commit
a9f85d75f4
@@ -214,13 +214,6 @@ enum class KaptCliOption(
|
||||
"Keep KDoc comments in stubs"
|
||||
),
|
||||
|
||||
USE_JVM_IR(
|
||||
"useJvmIr",
|
||||
"true | false",
|
||||
"Use JVM IR backend",
|
||||
cliToolOption = CliToolOption("-Kapt-use-jvm-ir", FLAG)
|
||||
),
|
||||
|
||||
USE_K2(
|
||||
"useK2",
|
||||
"true | false",
|
||||
|
||||
Reference in New Issue
Block a user