[NonKmpAgpIsDeprecated | WARNING] The 'org.jetbrains.kotlin.multiplatform' plugin deprecated compatibility with Android Gradle plugin: 'com.android.library'
The 'org.jetbrains.kotlin.multiplatform' plugin is not compatible with 'com.android.library' starting with Android Gradle Plugin 9.0.0.
Please use the 'com.android.kotlin.multiplatform.library' plugin instead of 'com.android.library'.
See https://kotl.in/gradle/agp-new-kmp for more details.
----
[AndroidStyleSourceDirUsageWarning | WARNING] Deprecated 'Android Style' Source Directory
Usage of 'Android Style' source directory src/main/kotlin is deprecated.
Use src/androidMain/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/androidMain/kotlin
Learn more: https://kotl.in/android-source-set-layout-v2
----
[AndroidStyleSourceDirUsageWarning | WARNING] Deprecated 'Android Style' Source Directory
Usage of 'Android Style' source directory src/test/kotlin is deprecated.
Use src/androidUnitTest/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/androidUnitTest/kotlin
Learn more: https://kotl.in/android-source-set-layout-v2
