Created
March 29, 2024 20:56
-
-
Save SergeiMikhailovskii/13825ab5c35a882d2eeac6ccaf5c5196 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins { | |
id("com.mikhailovskii.kmp.module") | |
id("maven-publish") | |
} | |
kotlin { | |
sourceSets { | |
androidMain.dependencies { | |
implementation(libs.rustore.review) | |
} | |
commonMain.dependencies { | |
api(projects.inAppReviewKmp) | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment