Gabriel Ittner

Results 116 comments of Gabriel Ittner

This is intentional. The main reason is that there is no direct API for that. Unlike `group` and `version`, `name` is final on [Project](https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#getName--) and that's where the artifact id...

I forgot to mention that I opened an issue at Gradle a while ago which asks them to add a new that allows to provide the default artifact id https://github.com/gradle/gradle/issues/16967

It might be https://youtrack.jetbrains.com/issue/KT-46466 which I opened a long time ago but I'll take a look again what could be causing it.

This plugin builds on top of the new APIs the same way it was built on top of the old APIs. The main difference now is that we need to...

Keeping this open to improve the docs in this regard

I think we can do that once we stop adding mavenCentral/sonatype as the default publishing target (current release + 2, because the current behavior will be deprecated first). Adding checks...

I'll add support for it once the underlying Maven Publish and Signing plugins support configuration caching on the Gradle side https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:plugins

It makes sense for us to directly support platforms 👍 In the mean time with the just published 0.15.0 release you could already do it yourself. We now have a...

I also see this Seriesguide: 130 days 12 hours and 55 minutes, 4718 episodes (57 shows) trakt: 104 days, 6 hours, 15 minutes, 3,936 episodes (57 shows) If I can...

Could this be extended to android resources being enabled on library modules or do you want a separate issue for that?