-
### 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…
-
Example with configuring the Jacoco Test Task extension:
before:
```kotlin
tasks.withType {
configure {
destinationFile = file("some/path")
classDumpDir = file("another/p…
-
The primary focus of our current development is to promote the library from Alpha to Beta [stability level](https://kotlinlang.org/docs/components-stability.html). The implementation is already robust…
-
Error message:
node:internal/modules/cjs/loader:1452
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: dlopen(/Users/jenny.cai/Source/detect-bug-in-code…
-
[Reproducer here!](https://github.com/Kotlin/kotlinx.serialization/files/7506463/repro.zip)
Using latest versions of kotlinx serialization and Kotlin. Also tested on JDK 15 and 1.8.
When compili…
-
```kt
class C
public fun C.ensureActive() {}
/**
* [C.ensureActive]
*/
class B
/**
* [C.ensureActive] is unresolved in IDE K2
*/
public fun B.ensureActive() {}
```
![image](https://git…
-
### Ktorfit version
2.1.0
### What happened and how can we reproduce this issue?
```
isDebuggable = false
isMinifyEnabled = true
```
And try to build release android project.
The bui…
-
One thing that I've found super helpful when working with enums with associated data is being able to define getters and predicates on them. Here's an example inspired by https://github.com/mozilla/ap…
-
鸡哥,kotlin-android-extensions插件被弃用了,kotlin最新版本编译无法通过,需要把插件删除掉,更新升级一下鸡哥
-
I have the `@KmpComponentCreate` annotation set up on an extension in the shared code and it all works fine for Android and jvm, but I can't seem to get it to generate the `KmpComponentCreate` for the…