-
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':sms_advanced' -> org.jetbrains.kotli…
-
### Describe the bug
The new annotation @AuthorizationPolicy does not work combined with kotlin suspend functions. Event worse: the error message makes it hard to debug.
### Expected behavior
It si…
-
---
**From the maintainer Li Haoyi**: I'm putting a 2000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
---
The goal of this bounty is to flesh out the mi…
-
_This issue is here to discuss the path to supporting K2. It outlines the issues I've encountered as well as their possible workarounds. Feel free to enter the discussion, especially if you have any i…
-
You need to update your package, flutter latest version requires higher kotlin version and this package depends upon lower. It's causing conflicts.
-
# Kotlin Source `OpenCvPipeline` files
Our FTC team uses Kotlin for our `OpMode`s and `OpenCvPipeline`s. We would love the ability to leverage EOCV-Sim to iterate on the implementation for our pipe…
-
When updating kotlin version to 2.1.0-Beta1 tests using mockery fail with:
```
e: org.jetbrains.kotlin.util.FileAnalysisException: While analysing /..: java.lang.NoSuchMethodError: 'org.jetbrains.…
-
Flutter's default Kotlin version is `1.7.10`,
![image](https://github.com/user-attachments/assets/8d487360-56e7-4979-818e-6457b455737b)
but it appears that this package uses version [1.9.10](h…
-
## Foreward
First off, I want to thank the Junit 5 team from being so willing to officially support Kotlin as a first-class citizen in the Junit 5 library. It has been absolutely wonderful being able…
-
Hi!
Using quarkus I've tried to create resource using code like this:
```kotlin
@GraphQLApi
@RequestScoped
class SomethingResource(
private val somethingService: SomethingService,
) {
…