AGP 7.0.0 introduced the additional kotlinDirectories to explicitly separate kotlin and java source sets, so if all the files are under kotlin, we were missing it. This PR fixes that.
Review checklist (to be filled by reviewers)
[ ] Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
[ ] Make sure you discussed the feature or bugfix with the maintaining team in an Issue
[ ] Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)
What does this PR do?
AGP 7.0.0 introduced the additional
kotlinDirectories
to explicitly separatekotlin
andjava
source sets, so if all the files are underkotlin
, we were missing it. This PR fixes that.Review checklist (to be filled by reviewers)