Files
kotlin-fork/plugins/kapt3/kapt3-cli/testData/integration-kapt4/compileModeUnsupported/build.txt
T
2023-08-31 22:19:13 +00:00

12 lines
282 B
Plaintext
Vendored

# kapt
-language-version 2.0
-Xsuppress-version-warnings
-Xuse-kapt4
-Kapt-mode=compile
../simple/Test.kt
# after
Return code: 1
error: [kapt] KAPT "compile" mode is not supported in Kotlin 2.x. Run kapt with -Kapt-mode=stubsAndApt and use kotlinc for the final compilation step.