From 00e36a00f7c709aa27b853789fc09ead33ae3682 Mon Sep 17 00:00:00 2001 From: Sebastiano Poggi Date: Fri, 22 Sep 2023 10:20:29 +0200 Subject: [PATCH] Mention Kotlin Slack channel in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fff7951a3..7751795cd 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,8 @@ as easy as using the `retrieveStatefulIcon()` and `retrieveStatelessIcon()`: val svgLoader = service().svgLoader val painterProvider = retrieveStatelessIcon("icons/bot-toolwindow.svg", svgLoader, iconData) ``` + +### Need help? +You can find help on the [`#jewel`](https://app.slack.com/client/T09229ZC6/C05T8U2C31T) channel on the Kotlin Slack. +If you don't already have access to the Kotlin Slack, you can request it +[here](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).