-
I have a problem where Java files and packages in vscode stay red showing a problem. This happens mostly after cleaning workspace.
I use workspaces with many different maven projects in each and it …
-
Gradle supports multimodule project (see in [official doc](https://docs.gradle.org/current/userguide/multi_project_builds.html)).
This is useful when you try to decompose solid project to modules (…
-
**What is this issue about?**
- [ ] Bug report
- [x] Feature request
- [ ] Question
**Description**
Currently, the only indicator the project has is coverage but there are other interesti…
-
Considering a multi-module project that defines 2modules (A, B), the B is a multi-module itself (with Bx, By & Bz as sub-modules)
And the 'multi-module-maven-release-plugin' is declared in the parent…
-
I am currently working on a multimodule project and I just started using jetpack compose with maverics (compose) for new features. I am in a situation where two modules (A and B) needs to share a feat…
-
Hi! Thank you for this cool work!
I think that this approach could also address this [issue](https://github.com/rust-lang/rust/issues/44034). More precisely, I mean persistent data storage for all …
-
look at the screenshot the test was being created for a class in module "dsignature" but a source root in x509certdataextractor was selected.
Adjust width of the window depending on the width of pat…
-
## Complication
> `compilation` 具有很多的属性和钩子函数,下面我们将他们列出来
#### getStats
返回当前 `compilation` 的 Stats 对象
```js
() => Stats
```
#### addModule
将 `module` 添加到当前 `compilation`
```js
(module, cac…
-
I'm trying to get this plugin working under a multimodule project, example structure:
services (root)
-- service1 (child)
-- service2 (child)
-- service3 (child)
What I want to be able to do …
-
The following exceptions(s) occurred in the ZIO for IntelliJ plugin:
```
com.intellij.openapi.util.InvalidDataException: Test configuration kind 'All in package' is not supported.
at zio.intelli…