https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
x

xxfast

07/28/2022, 11:52 PM
Hi all - Recently migrated to kotlin 1.7.10 with agp 7.2.1 and gradle 7.4.2. Enabled
import_orphan_source_sets=false
similar to PeopleInSpace but i'm getting spammed with lots of these
Copy code
[sync warning] Source set "androidAndroidTestRelease" is not compiled with any compilation. This source set is not imported in the IDE.
[sync warning] Source set "androidTestFixtures" is not compiled with any compilation. This source set is not imported in the IDE.
[sync warning] Source set "androidTestFixturesDebug" is not compiled with any compilation. This source set is not imported in the IDE.
when i do a sync. Builds just fine but wondering if anyone encountered this? 🤔
1
s

Sebastian Sellmair [JB]

07/29/2022, 5:43 AM
This is okay. This warning can be ignored and will go away in 1.8
10 Views