-
**Describe the bug**
On Turnigy 9XR Pro & OpenTX 2.3.15, new models with external multimodule cannot be created and old models cannot be modified. A model created in an older version of OpenTX works,…
-
Eclipse downloads the files but some part of incremental build removes all content from the download folder immediately after the download finishes.
Workaround: Use local compilation or CDN
-
I am using Kotlin 1.9.20 with Gradle 8.4 with id("com.google.devtools.ksp") version "1.9.20-1.0.14" in a gradle multimodule project and I am unable to build the project. Getting the errors below:
…
-
I haven't identified the process to reproduce it but it sometimes happens.
- Cursive 1.9.4-2020.2 on Intellij IDEA 2020.2.3 Ultimate Edition.
- multimodule project with `lein-modules` https://gith…
-
For multimodule projects configuration, it's not clear where to apply configuration options. The place differs depending on the option.
Let's consider the configuration:
```Kotlin
pluginConfigurat…
-
### Current Behavior
`AttributeCompatibilityRule`s leak from a subproject when defined as a `project()` dependency.
### Expected Behavior
`AttributeCompatibilityRule`s do not leak from a subproject…
-
## CVE-2017-12624 - Medium Severity Vulnerability
Vulnerable Library - cxf-api-2.7.18.SP5-redhat-1.jar
Apache CXF API
Library home page: http://www.apache.org/
Path to dependency file: /protex-sdk-e…
-
## CVE-2015-4852 - Critical Severity Vulnerability
Vulnerable Library - commons-collections-3.2.1.jar
Types that extend and augment the Java Collections Framework.
Library home page: http://www.apac…
-
I just changed my project from a single module to a multiple module project. It is a requirement that the Gradle Plugin is applied on the root project.
But, seemingly things go wrong if `group` and…
-
Имеется следующая структура
FeatureModule
-- ActivityA
-- ActivtyB
FullAppModule
-- ActivityC
FeatureModule - отдельная фича приложения (доступная для запуска отдельно от полного приложения), …