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