主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexey Belkov
活动总数
68
最后的活动
2023年04月03日 05:55
成员加入日期
2018年09月25日 09:21
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
30
活动概览
文章(0)
帖子(0)
评论(38)
按最近的活动排序
最近的活动
投票数
创建于
2021年05月28日 08:54
Hi, looks like this is an Android bug, can you please file a bug report to https://source.android.com/setup/contribute/report-bugs
社区
IntelliJ IDEA Users
Kotlin version that is used for building with Gradle (1.3.50) differs from the one bundled into the IDE plugin (1.5.0-release-764)
0 票
创建于
2021年04月22日 08:37
It doesn't look like a known issue. Please file a bug report on http://kotl.in/issue with a sample project and steps to reproduce.
社区
IntelliJ IDEA Users
Issue with the test coverage line highlight on Sealed Classes
0 票
创建于
2021年02月17日 15:15
Thanks for the example project! I think what you are describing is https://youtrack.jetbrains.com/issue/KT-38739, please watch the issue for updates.
社区
IntelliJ IDEA Users
InelliJ IDEA navigation in this scenario in Kotlin language
0 票
创建于
2021年01月26日 11:18
It could be a bug. Please file an issue at http://kotl.in/issue with a self-contained code sample to reproduce and investigate. Thanks!
社区
IntelliJ IDEA Users
[KOTLIN] "Declaration has type inferred from a platform call (...)" warning for "void" call combined with expression syntax
0 票
创建于
2020年09月04日 12:50
Please vote for https://youtrack.jetbrains.com/issue/KT-10589 and follow it for updates. Hopefully we will improve Dokka support in IDEA in the future.
社区
IntelliJ IDEA Users
Why is Dokka and KDoc so Poorly Supported by IDEA?
0 票
创建于
2020年08月03日 12:21
Thanks :)
社区
IntelliJ IDEA EAP Users
erroneous "redundant lambda arrow" (or problem with Kotlin compiler)
0 票
创建于
2020年07月31日 16:37
正式评论
Please try the latest EAP version of Kotlin 1.4.0-RC, it should not be a problem: https://kotlinlang.org/eap/#build-details. New type inference is smart enough to figure out the correct type withou...
社区
IntelliJ IDEA EAP Users
erroneous "redundant lambda arrow" (or problem with Kotlin compiler)
0 票
创建于
2020年06月22日 08:36
The fact that Java allows you to mutate a `varargs` array is arguably a bug in the language design and abuse of `varargs` feature. I doubt that Kotlin will change its behavior here, because it will...
社区
IntelliJ IDEA Users
OpenCL calls not correctly transformed from Java to Kotlin
0 票
创建于
2020年06月19日 13:53
Kotlin always makes a copy of `vararg` arguments for safety, so `devices` array will not have its entries initialized after the call to `clGetContextInfo` - they will still be `null`. As a workarou...
社区
IntelliJ IDEA Users
OpenCL calls not correctly transformed from Java to Kotlin
0 票
创建于
2020年06月17日 11:52
正式评论
Thank you, created https://youtrack.jetbrains.com/issue/KT-39652, please watch it for updates. I do not have a workaround, sorry.
社区
IntelliJ IDEA Users
IntelliJ IDEA "in" is keyword but "out" is modifier?
0 票
«
第一页
‹
上一页
下一页
›
最后
»