hfhbd
05/22/2023, 1:02 PMrelease
, testRelease
, or androidTestRelease
, but the kotlin tasks are called compileReleaseKotlin
, compileReleaseTestKotlin
, compileReleaseAndroidTestKotlin
. Ideally, I don't need to get the tasks at all, and could pass my tasks to srcDir
, but this isn't supported (yet): https://issuetracker.google.com/issues/283654239