[AndroidStyleSourceDirUsageWarning | WARNING] Deprecated 'Android Style' Source Directory
Usage of 'Android Style' source directory src/androidTest/kotlin is deprecated.
Use src/androidInstrumentedTest/kotlin instead.

To suppress this warning: put the following in your gradle.properties:
kotlin.mpp.androidSourceSetLayoutV2AndroidStyleDirs.nowarn=true
Please migrate to the new source directory: src/androidInstrumentedTest/kotlin
Learn more: https://kotl.in/android-source-set-layout-v2