https://kotlinlang.org logo
Join SlackCommunities
Powered by
# kotlin-plugin
  • r

    Roar Gronmo

    06/04/2020, 7:42 PM
    set the channel description: Android Studio Kotlin Plugins
  • r

    Roar Gronmo

    06/04/2020, 7:43 PM
    Created this channel. Discussing kotlin plugins provided by JetBrains
  • r

    Roar Gronmo

    06/04/2020, 7:46 PM
    EAP 1.4.x: 1.4-M2-release-Studio4.1-1 is available
  • r

    Roar Gronmo

    06/04/2020, 7:47 PM
    EAP 1.3.x: 1.3.72-release-Studio4.1-4 is available (been that for a while)
  • r

    Roar Gronmo

    07/08/2020, 1:00 PM
    EAP 1.4.x: 1.4-M3-release-Studio4.1-1 is available
  • r

    Roar Gronmo

    07/27/2020, 7:39 PM
    1.4.0-rc-release-Studio4.1-1 is available. Should work with AS 4.2C5 to.
  • r

    Roar Gronmo

    07/29/2020, 6:15 PM
    1.4.0-rc-release-Studio4.1-2 is available. Should work with AS 4.2C6 to.
  • r

    Roar Gronmo

    08/18/2020, 5:42 PM
    1.4.0-release-Studio4.1-1 is available. Should work with AS4.2C7 too. You can read more here: https://plugins.jetbrains.com/plugin/6954-kotlin/
  • r

    Roar Gronmo

    09/10/2020, 7:01 PM
    1.4.10-release-Studio4.2-1 is available. You can read more here: https://plugins.jetbrains.com/plugin/6954-kotlin/
  • r

    Roar Gronmo

    11/06/2020, 10:57 AM
    Anyone having problem with 1.4.20-RC-Studio4.2-1 ? I have had bad experience with updating to 1.4.20-M1, and 1.4.20-M2 disappointed in some key issues for me, and I fell back to 1.4.10. RG
    a
    • 2
    • 1
  • z

    zhangxiaolong

    11/27/2020, 2:30 PM
    https://ai.facebook.com/blog/paving-the-way-for-software-20-with-kotlin/?__xts__%5B0%5D=68.ARAT716KDfq4ODAdW3vCsCmzmo-guIr9e1bSb61azkP6tGa5l78Ct8TDFUsd1w7nUJ6BdFDtMjC-1ICde9vH7Dk6Vnv6zOliWAAPu-wwkvunw3ZtxpMy1mNApd40MWznH_3Gq8Ta3suNbsJC15wfNJyFstXJXzPwu64sXRlmevm7uc83wgkMJe--WY3Z6NO_7A6IKiq4W2TGV6gSU_kkPk8GKArtIFsK_nQ5CGgoP5saxFUFHlFydSBjFxzGJRZF-r8rFIqUH1yyBAUwjZ-jruaq0croDliBLmil9-7eo59suSEJ5xC6o6SZfTvW_uxN8E7ZvuvO4RlCeZWnI5f7RjLNbA&__tn__=-UK-R facebook add a custom modifier ‘differentiable’, anybody know how they achieve that?
  • r

    Roar Gronmo

    11/29/2020, 8:01 AM
    Anyone here having trouble with Navigation Directions where this weird errormessage occures ? Using
    kotlin v1.4.20
    and plugin
    1.4.20-release-Studio4.2-1
    in
    AS4.2C16
    It compiles correctly, and runs correctly though. RG
    • 1
    • 1
  • r

    Roar Gronmo

    12/07/2020, 8:10 PM
    1.4.21-release-Studio4.2-1 is here... unknown what corrections have been made (at the moment). https://plugins.jetbrains.com/plugin/6954-kotlin/versions/stable
  • r

    Roar Gronmo

    01/07/2021, 9:03 AM
    Anyone having experience with AS 20203.1.4 and kotlin plugin 202-1.4.30-M1-AS8194.7 ? Do it still get stuck in Analyzing... ?
  • d

    Dennis Schröder

    03/11/2021, 3:55 PM
    The Kotlin Plugin (bundled 203-1.4.10-release-IJ7148.5) throws this init exception, when I start my IntelliJ IDEA 2020.3.2 (Ultimate Edition) Build #IU-203.7148.57, built on January 26, 2021 Runtime version: 11.0.9.1+11-b1145.77 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 10.15.7 Anybody suffering the same?
  • r

    Roar Gronmo

    05/01/2021, 8:07 AM
    203-1.5.0-release-764-AS7717.8 was released 2020.04.30
  • r

    Roar Gronmo

    05/21/2021, 7:59 PM
    203-1.5.10-release-891-AS7717.8 was released 2021.05.20, there are also releases for other AS versions too. Most stable for now... https://plugins.jetbrains.com/plugin/6954-kotlin/versions/staging
  • r

    Roar Gronmo

    05/27/2021, 4:45 PM
    203-1.5.20-M1-release-114-AS7717.8 was released 2021.05.26. https://plugins.jetbrains.com/plugin/6954-kotlin/versions/eap
    d
    • 2
    • 4
  • a

    Alfred Lopez

    09/10/2021, 8:55 PM
    Hello All, I have a project that I’m working on behind a corporate firewall, so I only have access to our Artifactory instance. This project targets nodejs(), and our build machines already have node and yarn installed. I tried the following to prevent the build from trying to download/install node/yarn, but it doesn’t seem to have any effect:
    Copy code
    rootProject.plugins.withType(NodeJsRootPlugin::class) {
        var nodeJsRootExt = rootProject.the<NodeJsRootExtension>()
        nodeJsRootExt.download = false
        nodeJsRootExt.nodeVersion = "16.15.4"
    }
    
    rootProject.plugins.withType(YarnPlugin::class) {
        var gsmlYarnRootExt = rootProject.the<YarnRootExtension>()
        gsmlYarnRootExt.download = false
        gsmlYarnRootExt.version = "1.22.11"
    }
    For some reason, the build “sees” the assigned version numbers, but it ignores the download = false. Also, I’m using plugin version 1.5.20, and the YarnRootExtension class clearly has “download” as a field, but IntelliJ says otherwise and when I Cmd+Click to go to the definition of the class, the property is not there, which means to me that gradle is not pulling in the latest for some reason. Do any of you have any insight to this? Thanks! Thread in Slack Conversation
  • a

    Alfred Lopez

    09/13/2021, 5:32 PM
    Is there a way to use IntelliJ to trace into a plugin source? Specifically, the kotlin multiplatform plugin? Thanks!
  • r

    Reuben F

    09/14/2021, 11:19 PM
    When will the fix for https://youtrack.jetbrains.com/issue/KTIJ-19504 be pushed out in an update? The IDE-bundled version of the plugin is now breaking with the latest IDE version. 😞
  • r

    Roar Gronmo

    10/12/2021, 7:22 PM
    Suddenly... the Kotlin icon changed to... purple ?
  • r

    Robert MacLean

    11/16/2021, 8:48 AM
    Anyone getting this error trying to install the 1.6 plugin? I get the prompt, click install and it tells me it is older?
    • 1
    • 1
  • f

    Famke

    11/16/2021, 11:10 AM
    Hi! I would like to make a contribution to the nj2k converter embedded in the kotlin plugin (the functionality offered by the extension point is too limited for my purposes sadly). As there is very little documentation available on the source code online, I was wondering: does Jetbrains offer some more extended documentation somewhere? Or would I somehow be able to debug the plugin properly to understand the mechanisms? Thank you in advance!
    u
    • 2
    • 1
  • o

    okaymak

    06/30/2022, 7:49 AM
    I am using Android Studio Electric Eel | 2022.1.1 Canary 7. Only 1.6.21 plugin is available for this version of Android Studio. There is no 1.7.0 plugin. At least I couldn’t find it. It isn’t even available for Dolphin, but only for Chipmunk. When will this plugin be available?
  • r

    Raehat Singh Nanda

    03/18/2023, 4:50 PM
    hey guys, is there any way for me to use my kotlin compiler plugin inside the intellij plugin? Any help will be appreciated!
  • m

    marcinmoskala

    06/05/2023, 8:18 AM
    Hey, is there one place where I could find a brief description of all extension types that can be registered to compiler plugin? Like
    IrGenerationExtension
    with a brief description how it is used?
  • j

    jun chen

    06/26/2023, 12:56 PM
    How to make the custom kcp plugin run in front of the default compose compiler plugin
    m
    • 2
    • 2
  • b

    brookmg

    08/10/2023, 7:04 AM
    Hey guys when working with kotlin compiler plugins, how can I pass multiple parameters to it?
    m
    • 2
    • 3
  • d

    Don Mitchell

    04/18/2025, 7:08 PM
    In Kotlin Coroutine Confidence @Sam off the cuff says that IntelliJ shows potentially blocking coroutine calls. I don't see that nor how to enable it. Is it only in AndroidStudio or am I missing it? I even put
    Thread.sleep(999)
    in a
    suspend
    method and intelliJ didn't slap my hand. Thread in Slack Conversation
    • 1
    • 1