Title
t

tylerwilson

12/29/2022, 4:22 PM
Updating MPP module to Kotlin 1.8.0, trying to get rid of this new warning:
Multiplatform/Android-V1-SourceSetLayout: Multiplatform/Android-V1-SourceSetLayout is deprecated...
I add it then I get new warnings:
Multiplatform/Android-V2-SourceSetLayout: Usage of 'Android Style' source directory
are there any docs on this new V2 layout. Migration guide perhaps?
I found this, but it is not clear what the old androidTest should be changed to. https://issuetracker.google.com/issues/246789560
t

tylerwilson

12/29/2022, 4:58 PM
Perfect, thank you so much!!
Just had to move the AndroidManifest - as mentioned i the same link - and all good now. To be clear, the res folder does not need to move anywhere?