blob: cdabae95e864d53b9e54ccdddbcd67d62a964890 [file] [log] [blame]
#!/bin/bash
set -eu
KSP_TASKS=":room3:integration-tests:room-testapp-kotlin:kspWithKspGenJavaDebugAndroidTestKotlin"
KAPT_TASKS=":room3:integration-tests:room-testapp-kotlin:kaptGenerateStubsWithKaptDebugAndroidTestKotlin \
:room3:integration-tests:room-testapp-kotlin:kaptWithKaptDebugAndroidTestKotlin"
kotlinc -script $(dirname $0)/tasks-comparison.kts -- \
-t "ksp" $KSP_TASKS \
-t "kapt" $KAPT_TASKS