Oleg Smirnov

Results 49 comments of Oleg Smirnov

Hi, @pablobaldez. Maybe you can try IntelliJ IDEA instead of Android Studio (if you are okay with switching between IDEs of course). I did not observe any issues with IDEA

@pablobaldez Unfortunately, I am using Linux not a Mac so I cannot even try to reproduce the problem. However, you probably can find some useful information about the problem's cause...

Hi, @Julian. I found this [action](https://github.com/marketplace/actions/workflow-telemetry) on GitHub marketplace. Maybe it can be used to collect the required telemetry during the workflow run

Hi, @krzema12 You can consider this Gradle plugin as a candidate here: https://github.com/vanniktech/gradle-maven-publish-plugin I did not use it personally (I use https://github.com/gradle-nexus/publish-plugin) but many people recommend to use `gradle-maven-publish-plugin` -...

Hi, @krzema12 @aSemy. I think I will have some time to create an initial draft for this ticket. Could you please advise if you were looking at this as well?...

Thank you for sharing this @aSemy. I can look at the approach using separate GitHub actions for creating and releasing staging repositories. Also, just wanted to check how you would...

In this case, I will proceed with the approach that uses GitHub actions to create and release Sonatype staging repositories. The only thing left is to decide how you want...

Also, for some reason, `ORG_GRADLE_PROJECT_snake-kmp.ossrhStagingRepositoryId` was set to `null` as I can see

Regarding the problem with signing: `> Cannot perform signing task ':signIosArm64Publication' because it has no configured signatory.` I tried to sign the artefacts locally using my own GPG key. I...

Please, ignore the above: I restored the original script state and everything works fine... Just in case, here is how I exported and configured the signing: 1. Set up the...