Updating MPP module to Kotlin 1.8.0, trying to get...
# multiplatform
t
Updating MPP module to Kotlin 1.8.0, trying to get rid of this new warning:
Copy code
Multiplatform/Android-V1-SourceSetLayout: Multiplatform/Android-V1-SourceSetLayout is deprecated...
I add it then I get new warnings:
Copy code
Multiplatform/Android-V2-SourceSetLayout: Usage of 'Android Style' source directory
are there any docs on this new V2 layout. Migration guide perhaps?
👍 1
👀 1
I found this, but it is not clear what the old androidTest should be changed to. https://issuetracker.google.com/issues/246789560
t
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?
1268 Views