-
### 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
- [X] I'm not able to find an [open issue](ht…
-
Today, the Gradle build server only supports pure Java project, while in the real world, Kotlin/Groovy/Android project may also be built by Gradle. So, we need to figure out a contribution point that …
jdneo updated
7 months ago
-
Here's a Kotlin class:
```kotlin
class C {
fun `+`() = 10
}
```
When I use it in repl, the completion can suggest the `+` method:
scala> val c = new C
val c: C = C@1bc425e7
scala> …
Glavo updated
3 years ago
-
Can we discover those versions from the project's Gradle model? Worst case, we can parse `libs.versions.toml` directly, but that's more fragile. What if a user isn't using version catalogs?
-
-
**Describe the bug**
When using JsonContentPolymorphicSerializer to deserialize class which extends abstract class, properties from super class are missing.
**To Reproduce**
Lets say there is…
-
It's very nice to use intellij and not eclipse, but it seems the project is no longer being maintained.
@miguelcordovam Are you still looking into issues and improvements? I'm having issues with gett…
-
Consider the following function:
```agda
\func -'+assoc (m n p : Nat): m -' n -' p = m -' (n + p)
| m, n, 0 => [n-'0=n] (m -' n)
| m, n, p => {?}
```
It is defined by pattern matching, s…
-
# E/libc: Access denied finding property "vendor.camera.aux.packagelist"
## Summary
i have used this lib in MVP, and I still get this error in the cleanest and purest Project when i play video.
…
-
# Описание
При запуске app-deadline.jar через терминал 2мя вариантами выдает ошибку
# Шаги воспроизведения
1. Открыть IDEA
1. Создать БД в MySQL
1. Запустить Docker
1. Ввести в терминал команд…