-
I started developing a project with Clikt as a regular JVM project, but now I'd like to convert it in a multiplatform project.
The project repo is this: https://github.com/davioooh/leanpub-manuscri…
-
Simple example:
```kotlin
import io.kotest.assertions.show.show
println(Paths.get("a/b/c").show().value)
```
fails with the following error:
```
java.lang.StackOverflowError
at kotlin…
netvl updated
4 years ago
-
Hi, thanks for a great plugin!
I have some issues with the `Highlight runtime exceptions as checked exceptions` setting. I have disabled it, but exceptions such as `IllegalStateException` are stil…
-
### Which Renovate are you using?
Renovate Pro
### Which platform are you using?
GitLab self-hosted
### What would you like to do?
We're getting updates to the kotlin deps from
…
-
`
plugins {
id 'nebula.kotlin' version '1.3.70'
`
`The 'org.jetbrains.kotlin.platform.*' plugins are deprecated and will no longer be available in Kotlin 1.4.
Please migrate the project to …
-
**Which version of Kotest are you using**
KoTest : 4.2.4
Koin: 2.1.6
I have a unit test for some classes.
The class has koin injection internally
```
abstract class BaseUseCase : KoinCompone…
-
Hi,
I think use of metadata is the right way to go.
However, there seems to be an issue,
I am depending on klock (transitively) via other libs of mine.
And I get this error,
not sure why the andr…
-
I was excited to try out the `binding` block in our codebase but it doesn't support suspending functions. We currently use `Result` heavily with coroutines so this was a bit of a bummer. Is there any …
-
I'm following the tutorial in https://kotlinlang.org/docs/tutorials/native/mpp-ios-android.html and building a multiplatform Kotlin/Native using Android Studio. However, I met the problems of when I i…
-
已在 1.0-EA2 修复
_Originally posted by @Him188 in https://github.com/mamoe/mirai/issues/412#issuecomment-653416239_
jdk版本 1.8_162(Orecla) 和 1.8_252(openJdk)
代码片段:
Events.registerEven…