-
It would also be nice to update Kotlin to the newest version.
IntelliJ IDE fails to build the project with the newest version of the kotlin plugin
_Originally posted by @mkopylec in https://github…
-
### 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]…
-
-
- [X] I have updated Purchases SDK to the latest version
- [X] I have read
the [Contribution Guidelines](https://github.com/RevenueCat/purchases-android/blob/main/CONTRIBUTING.md)
- [X] I have se…
-
`CoroutineDispatcher.invoke`, a function used as such:
```kotlin
Dispatchers.IO {
stuff
}
```
is a shorter version of `withContext` that only works with dispatchers.
Does this function need…
-
**Describe the bug**
"It died while decoding using the && symbol."
**To Reproduce**
Attach a code snippet or test data if possible.
**Environment**
- Kotlin version: [e.g. 1.8.22]
- …
-
Stacktrace from thread dump:
```
"AWT-EventQueue-0" prio=0 tid=0x0 nid=0x0 waiting on condition
java.lang.Thread.State: WAITING
on java.util.concurrent.locks.AbstractQueuedSynchronizer$Con…
-
**[UPD]:**
When serialized classes are in one file, then the bug is not present.
**Describe the bug**
When a serialized class has two sealed superlcasses, it appears not registered.
**To Repro…
-
**Describe the bug**
This plugin(maybe) spawns looooots of "git.exe" processes, NOT shown in taskmanager but in **RamMap.exe**. The number of spawned processes is keep increasing, and the page-table …
-
After running `buck project` on a project that has kotlin (a project with rules such as `kotlin_library`, `android_library` with language set to Kotlin, etc), the source roots of those modules are not…