Sayali N
08/09/2023, 4:51 PMSwapnil Madavi
08/10/2023, 4:05 PMmaven-publish
plugin to your shared module’s buildscript (build.gradle)
2. Specify the publish variants of you android lib (https://kotlinlang.org/docs/multiplatform-publish-lib.html#publish-an-android-library)
3. Register an account on Sonatype, if not already done
4. Setup up publication with your MavenCentral account (Sonatype)
5. Run the publishAndroidReleasePublicationToMavenCentralRepository
gradle task