-
Subscribe to this issue and stay notified about new [daily trending repos in Kotlin](https://github.com/trending/kotlin?since=daily).
-
The `io.kotest.multiplatform` Gradle plugin (`io.kotest:kotest-framework-multiplatform-plugin-gradle`) is not published to the [snapshot repo](https://s01.oss.sonatype.org/content/repositories/snapsho…
-
https://github.com/kotest/kotest/actions/runs/9915068638/job/27396015667
```
Execution failed for task ':kotest-bom:publishKotestBomPublicationToDeployRepository'.
You can use '--warning-mode all…
-
The icon look blurry on IntelliJ side bar
-
`io.kotest.multiplatform` is published to GPP https://plugins.gradle.org/plugin/io.kotest.multiplatform, but not Maven Central https://search.maven.org/search?q=kotest%20gradle.
#### Motivation
…
aSemy updated
5 months ago
-
for example with the following spec file:
```kotlin
/* 1 ▷ */ class FTest: DescribeSpec({
/* 2 ▷ */ describe("f") {
/* 3 ▷ */ it("f") {
withEnvironment("Foo…
-
Hi, there!
My team uses in Kotlin projects:
* Linter: `ktlint` with codestyle `ktlint_code_style = ktlint_official `.
* Formatting via intelliJ Idea IDE plugin `Ktlint` and Gradle plugin`org.…
-
JUnit supports execution of private Kotlin test classes. For some reason IntelliJ dropped support for that, although it supported it in the past. 😝 The Kotest IntelliJ plugin supports private Kotlin t…
-
**Describe the bug**
```
Caused by: java.lang.IllegalArgumentException: Comparison method violates its general contract!
at kotlin.collections.CollectionsKt__MutableCollectionsJVMKt.sortWith(Mutab…
-
# No Docker installed
![image](https://github.com/navikt/mock-oauth2-server/assets/24372782/2eb5e079-9c5f-47cd-8773-d2eb05b41daa)
Logs
```
> Task :checkKotlinGradlePluginConfigurationErrors …