-
I have a source Android Library (no app), in the test package, I create an Android Binary and try to use `composer_instrumentation_test` error is linked below
```
# Test app and library
android_b…
-
Vulnerable Library - okio-jvm-3.3.0.jar
A modern I/O API for Java
Library home page: https://github.com/square/okio/
Path to dependency file: /samples/kotlin-android-app/build.gradle
Path to vulnera…
-
I need an Android library for calculating matrix exponentials and products. I tied using koma but could not add it to my build gradle. I have tried both the fixes in #110 and #108 but no luck. Here is…
-
When trying to use this library I'm getting a 401;
```log
Could not GET 'https://maven.pkg.github.com/dcxp/opentelemetry-kotlin/io/opentelemetry/kotlin/api/all/1.0.451/all-1.0.451.pom'. Received s…
-
when I use the library with java code to handle the bug of Android 12 and above I got this error when I open chucker to see the Api data
```
E/AndroidRuntime: FATAL EXCEPTION: main
Process: …
-
My company is in the process of transitioning from Maven to Gradle and my team has published several Gradle plugins for internal use by our organization. However, our users have run into serious issue…
-
## CVE-2022-1471 - High Severity Vulnerability
Vulnerable Library - snakeyaml-1.24.jar
YAML 1.1 parser and emitter for Java
Library home page: http://www.snakeyaml.org
Path to dependency file: /pack…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Something like this should yield a deprecation warning:
```
val legacy by configurations.creating // resolvable configuration without attributes (!)
tasks.register("legacyResolve") {
doLa…
-
I'm trying to build a Kotlin Compose Multiplatform project with IntelliJ running on NixOS. Compose relies on multiple native libraries, like `libGL.so`, which are not added into `LD_LIBRARY_PATH`. At …