-
In our project we use Kover with the Kotlin compiler. Specifically, we using the **JVM instrumentation agent mode. Our use case is as follows:**
We have N Kotlin files that we sequentially compile …
-
Hey, I really like the app and wanted to look into the code.
I've downloaded the app and opened it in Android Studio.
When I try to run the app in the emulator I get this error:
```
java.lan…
-
## 📝 Describe the Bug
When calling initWithUrl with the url of the pdf file which is password protected, app crashed for Security Exception. Do we have any way to open password protected file without…
Gaawk updated
2 weeks ago
-
I can't seem to get it work with KMP.
It seems to throw a bunch of these errors for each target I have.
```
Caused by: org.gradle.internal.component.NoMatchingConfigurationSelectionException: …
-
Let's include mode documentation, document thins for one, who is coming from Kotlin/JVM world, and have no detailed understanding of how to deal with technology. Gradle build setup is nice to be docum…
-
I found that the R8 code shrinker causes the intercom plugin to result in an app crash with certain versions of gradle/AGP/kotlin (see details below). This happens when calling `Intercom.instance.disp…
-
Kotlin config in build.gradle needs an update as follows:
```
android {
// existing configurations
}
kotlin {
sourceSets {
main.kotlin.srcDirs += 'src/main/kotlin'
}
…
-
**Describe the bug**
Absence of `"` is ignored on Default json
**To Reproduce**
`Json.Default.parseToJsonElement("[asdf, dsaf, dsaf]").jsonArray.size`
**Expected behavior**
Exception
**Env…
-
As of now it seems that JPlag supports multiple programming languages, but only in a homogeneous way.
This means that I can compare two different submissions both in Java, both in Python but not on…
-
~~~kt
assertEquals("${-15.5 % 360.0}", ((-15.5).bd % 360.bd).toStringExpanded())
~~~
fails:
~~~
Expected :-15.5
Actual :-0.155
~~~
- was like this at least on JVM.
Full test cor con…