-
For some projects I am using multiple scanners (OWASP Dependency check and retire.js and possibly also nsp). I would like to have the ability to upload multiple BOMs and scans in one go. The total wou…
-
I am trying to utilize Dagger multibinding capabilities to abstract away some menial work.
I have a multi module Gradle project and I am using `@IntoMap` multibindings in feature modules to then use…
-
https://medium.com/square-corner-blog/okio-2-6f6c35149525
This would be very helpful to this project because it already have some Kotlin idioms.
-
Hello, first off thank you very much for developing TeaVM!
I have recently switched my TeaVM build process from maven to gradle. Everything works perfectly when I run the generateJavaScript the fir…
-
When using an activity-alias in the AndroidManifest.xml for your main activity it is not picked up by the Flutter tools and will thrown an error even though it's a valid state. (see https://develo…
-
So from what I read here. By default this overrides gradle's default test stuff. I don't actually want that, most of the time I want whitebox testing. The only reason I want blackbox testing is to ens…
-
If someone wants to add instant app support to their app or just divide their app into separate modules, it would be nice to be able to test those modules using Espresso.
I couldn't find any examples…
-
I am trying to create a firebase/ng template-based project [Master Detail with Firebase Angular template](https://github.com/NativeScript/nativescript-app-templates/blob/master/packages/template-maste…
-
Vscode enters an infinite loop while trying to compile a falsy module setup. It should instead break the build should break with an error stating that a module is self-referencing itself the same …
-
**Update: Released in v0.25.0**
Hello Ben,
I propose to add a declarative filter for filtering version
```kotlin
rejectVersionIf {
isNonStable(candidate.version) && !isNonStable(current…