Dorit Rein
04/11/2022, 8:40 PMprojectFiles encompass? Is it divided up by gradle target?ralf
04/11/2022, 9:09 PMprojectFiles is a collection of all Kotlin files for this particular compilation unit.Dorit Rein
04/11/2022, 9:25 PMralf
04/11/2022, 9:26 PM./gradlew :app:assemble, then it would include all sources within main. For ./gradlew :app:test it would include all sources from test.