-
**Which version of Kotest are you using**
5.7.2
Running the following script:
```sh
$ git clone git@github.com:kotest/kotest-examples-javascript.git
[...]
$ cd kotest-examples-javascript
$ ./…
-
Updated to 3.0.1 but cannot test on android simulator:
![Captura de pantalla 2024-10-15 a la(s) 16 03 44](https://github.com/user-attachments/assets/b624ecf4-5bce-4f93-80d3-98940eba36ae)
`
2024…
-
It looks like you release patches using the letter system on the semantic versioning of the libraries. For example the latest release was `0.22.6a` but a lot of things that reference `0.22.6` end up r…
-
**Describe the bug**
Kover shows zero coverage for a public extension method.
**Errors**
Kover shows a different coverage than Android Studio's "Run with Coverage".
**Expected behavior**
Kove…
-
```xml
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.9.1:compile (default) on project ultra-mtop-jsonpath: Execution default of goal
net.alchim31.maven:scala-maven-plugin:4…
-
When I [upgrade my project to Kotlin 2.0.0-Beta4](https://github.com/sdkotlin/sd-kotlin-talks/commit/2363d9a0686164707d1256837cd343df098e51e1), I get the following from `dependencyUpdates`:
```
Fa…
-
I think the release workflows could be simplified.
* Use a single machine to publish everything - `macos-latest` can build all Kotlin targets.
* Just trigger `./gradlew publish` instead of listing…
aSemy updated
5 months ago
-
Kotest version: 5.8.1
This is one of the weirder bugs I've seen.
[Repro here](https://github.com/mightyguava/kotest-bug-repro-tests-using-when/commits/main/), containing a single commit on top o…
-
## About
Support for new android based ereaders (ie: with e-ink screen) in KOReader.
## Intro
Android has no APIs for e-ink screens or warmth lights. Each vendor implement its own methods.
…
-
Basic acceptance tests
```python
fun comment_removal(): #selfieonce
expectSelfie("nothing happens")
pass
fun inline():
expectSelfie("A").toBe_TODO()
fun disk():
expectSelfie("A")…