-
## Background
Dokka depends on the Kotlin compiler to analyze source code and KDoc comments.
Kotlin's [K2 compiler](https://blog.jetbrains.com/kotlin/2021/10/the-road-to-the-k2-compiler/) has be…
-
```
java.lang.Throwable: Could not find correct module information.
Reason: Should not analyze element: val x =
de.bringmeister.connect.imageservice.imagestorage.datocms.UploadRequestResponse2(id =…
-
I have a closed polymorphic structure like this:
```
@Serializable
sealed class Foo {
@Serializable
data class Bar(
val value: T?,
): Foo()
}
@Serializable
data class Whatever(…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [ ] I'm not able to find an [open issue](ht…
-
https://github.com/jspecify/jspecify
https://jspecify.dev/
Motivation:
* JSR 305 has been dead for a decade.
* JSR 305 has many known issues: incompatible with Java module system, unclear semant…
-
As part of the Arrow migration to Meta. This issue proposes to have all descriptors in arrow-core-data in the FileScopeResolution, such that arrow-core-data, doesn't need any imports in the Ide and co…
-
Project structure json file needs strict definition. This will allow IDE tools to auto-complete it and build tool itself to validate.
Currently project file structure looks like:
```json
{
"na…
-
### Description of the bug:
When installing and enabling the plugin, navigation and inspection stops working (for python sources at least). The error:
```
java.lang.IllegalArgumentException: Co…
-
插件版本:2.1.0
错误信息:
```
com.intellij.diagnostic.PluginException: Cannot create class ink.organics.pojo2json.ProjectViewPopupMenuAction (classloader=PluginClassLoader(plugin=PluginDescriptor(name=POJ…
-
**Environment**
- Kotlin version: 1.5.10
- Library version: 1.2.1
- Kotlin platforms: JVM
- Gradle version: 7.0-bin
- IDE version: Android Studio 2021.1.1 canary 2
- Other relevant context…