-
```kotlin
operator fun Pair.component1(): U = first()
operator fun Pair.component2(): V = second()
operator fun Triplet.component1(): U = first()
operator fun Triplet.component2(): V = secon…
-
The MVC link builder has some great Kotlin extensions that reduce the boilerplate code quite a lot. But when using reactive, which is quite a valid use case when using Kotlin, there is no such support…
-
Have you considered providing extensions for Kotlin Flows, specifically, `Flow`? I'm making heavy use of these "flows-of-result" and I have some helpers of my own. However, I feel that it would be muc…
-
### SDK
Kotlin Multiplatform SDK
### Description
We have two entries on the docs for Kotlin:
![Image](https://github.com/user-attachments/assets/07cdaf5c-5142-48d7-986c-be2950e6464c)
It takes spac…
-
### Description
Background:
- kotlin is a popular language (rightly so)
- [kapt](https://kotlinlang.org/docs/kapt.html) is the adapter for java annotation processing
- the is in maintenance mo…
-
This is an issue for discussion of **Kotlin statics and static extensions** proposal. This proposal is the culmination of our research and design on [KT-11968](https://youtrack.jetbrains.com/issue/KT-…
-
### Current Behavior
This is a follow up issue for the Kotlin issue: https://youtrack.jetbrains.com/issue/KT-73396/Kotlin-Assignment-Plugin-Missing-error-message-for-error-from-assign-plugin
Steps t…
-
### How frequently does the bug occur?
Always
### Description
hello! i'm trying to update my project to kotlin 2.0 and therefore have to update my realm-kotlin version. but at the compilation step …
-
I am getting the following error when I use the library for Android React Native:
```
Error: The 'kotlin-android-extensions' Gradle plugin is no longer supported. Please use this migration guide (…
-
every time i open a file ending .kt this bug happened to me
it was working just fine a day a go
maybe because of a vscode update but idk
version JDK: java 17.0.12 2024-07-16 LTS
version of ko…