-
The following Kotlin class:
```
class Hello {
fun main(args : Array) {
System.out.println("Hello, Kotlin")
}
}
```
Can't be run using NetBeans' "Run file" option. The men…
ghost updated
6 years ago
-
### What happened?
This test compiles, but does not run:
https://github.com/jansorg/2024.3-godep-demo/blob/main/src/test/kotlin/dev/ja/godepdemo/godepdemo/GoFileTypeActionTest.kt
`GoFileType` is …
-
I got problem in IntelliJ IDE, like "Kotlin is not configured" and some "Unsolved reference"
what should I do?
-
https://blog.jetbrains.com/kotlin/2021/06/simple-steps-for-improving-your-ide-performance/
いちいち型推論してるとIDEの動作が重くなる。
単純に可読性も良くなるので、全部つけるようにする
-
**Describe the bug**
Arrow Meta causes imports for object members to give the error "Packages cannot be imported".
The code compiles and runs fine without Arrow Meta.
**To Reproduce**
Enable Arr…
-
**报错信息**
Problems found loading plugins:
The Android Design Tools (id=com.android.tools.design, path=~/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2023.1.3/4e0a4eba55b0…
-
Idea is installed on Ubuntu from Flathub repo.
If I restart the system with Idea running, the lock file (`~/.var/app/com.jetbrains.IntelliJ-IDEA-Ultimate/config/JetBrains/IntelliJIdea2024.1/.lock`) i…
-
please create a quick start guide using Kotlin programming language, Gradle build system, Spring Boot framework, and Intellij Idea IDE -- all in one using JVM 11+
---
#### Document Details
⚠ *Do …
-
**Is your feature request related to a problem? Please describe.**
Following the FAQ in order to recompile and run the project from Intellij, it does not work.
**Describe the solution you'd like**…
-
Very happy to find the plugin.
Just noticed some issues with having code block in the content. The IDE complains when you have type params inside a block. This is what I see for the following mdx:…