Hey, Since i am currently creating a lot of projects that are using "my basic gradle setup" (meaning...
c
Hey, Since i am currently creating a lot of projects that are using "my basic gradle setup" (meaning a bunch of plugins that I always add because the projects look similar every time), I decided to create a gradle plugin unclutter the build file and only have to mentiontion the things that differ from my standard setup. My plugin will mostly apply other plugins. So far so good. Some of the 3rd party plugins my plugin applies need extra config by extentions. Now the question, how to call this extensions? Here's what I got so far https://github.com/christian-draeger/ok-bro-gradle-plugin/blob/main/src/main/kotlin/tech/draeger/OkBroPlugin.kt#L16
z
I don't really see what this has to do with Kotlin?
c
The plugin is written in kotlin and it's the gradle channel. Not sure what this channel is about than. If it is just focusing on the kotlin gradle plugin I would be interested in an appropriate place/channel where I can repost.
z
"written in kotlin" isn't really a qualifier unless there's something specific to kotlin that you're looking to discuss. Same reason folks in #android aren't supposed to come in with generic android questions just because their app is written in Kotlin. There is a dedicated Gradle community slack for general Gradle discussion like this, details for all of this are in the channel description.
Copy code
This channel is for Kotlin specific Gradle questions. For general Gradle questions, join the Gradle Community Slack → <https://gradle.com/slack-invite>
☝️ 1
🙆‍♂️ 1