[AndroidSourceSetLayoutV1Deprecation | ERROR] Deprecated Android Source Set Layout V1
The version 1 of Android source set layout is deprecated.
Please remove kotlin.mpp.androidSourceSetLayoutVersion=1 from the gradle.properties file.
Learn how to migrate to the version 2 source set layout at: https://kotl.in/android-source-set-layout-v2
----
[KotlinDefaultHierarchyFallbackDependsOnUsageDetected | WARNING] Default Kotlin Hierarchy Template Not Applied Correctly
The Default Kotlin Hierarchy Template was not applied to 'root project 'test'':
Explicit .dependsOn() edges were configured for the following source sets:
[androidAndroidTest, androidMain, androidTest]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties
Please remove the dependsOn-calls or disable the default template.
Learn more about hierarchy templates: https://kotl.in/hierarchy-template
----
[KotlinSourceSetTreeDependsOnMismatch | WARNING] Invalid Source Set Dependency Across Trees
Kotlin Source Set 'androidAndroidTest' can't depend on 'commonTest' as they are from different Source Set Trees.
Please remove this dependency edge.