Tip for open-source maintainers: Open kotlinlang’s...
# opensource
j
Tip for open-source maintainers: Open kotlinlang’s slack in your browser to find the of your project, example SLACK_URL=
<https://app.slack.com/client/T09229ZC6/CP5659EL9>
for CHANNEL=
gradle-refresh-versions
And then you can have a badge to invite people to discuss about your project here by using this code:
Copy code
[![Kotlinlang slack](<https://img.shields.io/static/v1?label=kotlinlang&message=CHANNEL&color=brightgreen&logo=slack&style=flat-square>)](SLACK_URL)
👍 9