-
**Describe the bug**
I'm having a scope linked to another scope and the application crashes in dev and production on iOS due to `kotlin.ConcurrentModificationException`.
It's so annoying because it …
-
The following code works fine when kotlin("multiplatform").version("1.7.10"), and the encryption part is abnormal when kotlin("multiplatform").version("1.8.0").
```
val schema = MyRecordDB.Sche…
-
The new Kotlin stack integration in 3.6 allows to have custom Kotlin DSL's.
It would be great to have a Kotlin DSL for Vert.x Web that makes templating more Kotlin-ish.
vietj updated
5 years ago
-
**Describe the bug**
I have a compose multiplatform app that I'm trying to add Koin to. Started by creating a database module and testing on Android, everything works. However, I get strange crashes …
-
### [REQUIRED] Step 1: Describe your environment
* Unity version: 2021.3.33f1
* Google Mobile Ads Unity plugin version: 9.1.0
* Plugin installation method: .unitypackage import
* Pl…
-
안녕하세용 잘 지내고 계시죵 ㅎㅎㅎ
안드로이드 쪽은 코틀린 많이 사용 하는것 같은데, 개발 하다보면 JAVA에 비해 어떤 점이 좋은지 궁금합니다.
반대로 불편한점 있는지도 궁금하네요 ㅎㅎㅎㅎ
-
Because testing the plugin as a whole is a non-trivial task, it's probably best to start splitting the plugin into multiple, testable parts.
Each part/class/module should receive their direct depen…
-
This issue is for discussion of the proposed `Uuid` API. The full text of the proposal is [here](https://github.com/Kotlin/KEEP/blob/uuid/proposals/stdlib/uuid.md).
The API is already available in …
-
**Please complete the following information:**
- Library Version 2.3.8
- Affected Device(s): All
**Describe the Bug:**
When I add ` implementation("com.github.skydoves:landscapist-coil3:2.3.8")…
-
**Describe the bug**
When trying to use the delegation pattern in a class, an IllegalStateException is thrown.
```
e: java.lang.IllegalStateException: Storage for [/Users/joseph/Projects/thinkflags…