
implementation("io.github.sergeimikhailovskii:in-app-review-kmp-google-play:3.4.1")Enables in-app or in-market user reviews for applications distributed through Google Play, Amazon, App Gallery, and Galaxy Store. Supports multiple platforms, including Android and iOS. Provides implementations for various app stores, such as Google Play, Amazon, App Gallery, Galaxy Store, and RuStore. Allows launching in-app reviews using the `requestInAppReview()` function, returning a flow of `ReviewCode` to indicate the result. For in-market reviews, the `requestInMarketReview()` function is available. Initialization is required for App Gallery and Galaxy Store by calling the `init()` method before the fragment or activity is created. RuStore implementation requires a minimum SDK version of 26, while others require a minimum SDK of 21. Supports integration with Compose Multiplatform.