95f990adab
This CL fixes a bug in KAPT's MAP_DIAGNOSTIC_LOCATIONS flag where the location mapping for top level elements didn't work. I also needed to changes the Kapt3IntegrationTest to copy input files, otherwise, it cannot map file paths since the mock project has no root location. Cleanup tmp folders in KAPT tests, update Kapt3IT test for new lines. ^KT-47934 Fixed Test: KotlinKapt3IntegrationTests#testErrorLocationMapping