-
```
In Ivy we create 3 configurations meant to follow maven dependancy scope
(compile, provided, test). Then when we specify a dependency we mark which
configuration it is part of. Intellij li…
-
Unlike the Android plugin, the Java gradle plugin doesn't seem to provide a way to configure a directory as a generated source directory so that it gets picked up by the IDE as source, and have it gen…
-
Hello, I got this error when executing the compile task on the sbt bundled on intellij idea, windows:
```protoc-jar: embedded: bin/3.11.4/protoc-3.11.4-windows-x86_64.exe
protoc-jar: executing: [C…
-
## Environment
* **IntelliJ Rust plugin version:** build from sources bd6084e0eb4ceee8e0e9ae62a2ee09685de2ebec
* **Rust toolchain version:** rustc 1.37.0 (eae3437df 2019-08-13)
* **IDE name and v…
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.199.5415-232 → 0.4.200.5421-232
* **Rust toolchain version:** ~/.rustup/toolchains/1.71.0-aarch64-apple-darwin/lib/rustlib/src/rust
* **IDE …
-
## Description
We should have a toolkit list for uses who want to follow the AIP documentation and creating the AIP spec API.
AIP defined many rules for API designing, but it is not easy to follow…
-
My DTOs are auto generated. each field is generated with an setter(setXXX) and chained accessor(withXXX). I wrote a customized `AccessorNamingStrategy` SPI to exclude those methods start with `with` a…
coney updated
2 months ago
-
## steps
1. Create a project that references an external `RootProject`:
```scala
name := "intellij-scala-plugin-bug"
version := "0.1"
scalaVersion := "2.13.3"
Global / scalaVersion := "2.1…
-
When generating java sources from protobuf via Gradle, the (re-)generated sources do not automatically become a part of Android Studio's source model. A file system refresh ("Reload from disk"/"Synchr…
-
**## Edit**: downgrading Gradle plugin for Android Studio to v2.2.3 works. Wrapper version doesn't seem to matter, currently using 3.3.0
When trying to add
```
plugins {
id "com.eriwen.grad…