-
**Describe the bug**
A clear and concise description of what the bug is.
How can I tell kover my testing report is on that path?
**Errors**
Task 'koverHtmlReport' will be skipped because no test…
-
gitstream tried to cherry-pick commit `0957427e568f5a2fe78772f3adea4e0a6a64b063` from `https://github.com/kubernetes-sigs/kernel-module-management` but was unable to do so.
Commit message:
```
Use ub…
-
### Ktorfit version
1.0.0
### What happened and how can we reproduce this issue?
Environment info
- KMM library that contains ktorfit API (Kotlin 1.7.20)
- Multimodule Android app (Java) …
-
gitstream tried to cherry-pick commit `32b71825e516fa6b7cce8c763f31bc3415a7224c` from `https://github.com/kubernetes-sigs/kernel-module-management` but was unable to do so.
Commit message:
```
Replac…
-
For the symphony items that don't get folio items, we need to add holdings notes from the tsv file: `ckeys_$ckeyrange.holdingsnote.tsv`. It will have this type of data in it:
`CATKEY|CALL SEQ|COPY|XI…
-
I've implemented koin in my kmm project and for network I'm using Ktor but I noticed that Ktor logging is not working when implemented using Koin DI however it is working if I directly place ktor http…
-
I'm using `2.1.0-compose-experimental-beta-01` version
Targetting Android, iOS and JVM/Desktop platforms
shared gradle
```
val commonMain by getting {
dependencies {
api(Deps.d…
-
Hi,
I am trying to integrate FirebaseFirestore, like this:
sourceSets {
val commonMain by getting {
dependencies {
...
implementation("d…
-
```
@Serializable
sealed class ApiResponse< out T>() {
@Serializable
data class Success(
val code:Int,
val msg:String,
val body: T?
) : ApiResponse()
…
-
Hi i added a build config for ios project using following config given in screen shot
But i am not able to build, getting following error:
`** BUILD FAILED **
The following build commands …