Slackbot
02/12/2023, 10:48 PMmelix
03/12/2023, 6:16 PMVishal Pallerla
03/21/2023, 6:03 PMPetro Uzbek
04/14/2024, 10:24 PMJustin Brooks
09/24/2024, 2:00 PMOsezele John
12/04/2024, 9:33 PMThao Nguyen lu
12/29/2024, 10:09 AMSlackbot
01/20/2025, 7:22 PMMartin
01/28/2025, 8:33 AM@InputDirectory : https://mbonnin.net/2025-01-22_input_directory_is_a_lie/tony
02/08/2025, 12:04 AMCrown
03/17/2025, 11:37 AMJonathing
04/15/2025, 9:21 PMSlackbot
05/28/2025, 6:27 AMEmilio Duran
05/28/2025, 4:53 PMSean Sullivan
08/14/2025, 6:44 AMLouis Jacomet
08/27/2025, 2:24 PMtony
10/15/2025, 7:36 PMRebirth Project
11/08/2025, 9:59 AMMartin
11/10/2025, 9:16 AMJacob Sabella
11/11/2025, 4:11 AMVampire
11/11/2025, 9:06 AMLuca Dev
11/14/2025, 11:36 AMSean Sullivan
11/17/2025, 3:18 PMKacper Fabianowicz
11/29/2025, 9:57 AMSlackbot
12/12/2025, 9:36 AMtony
04/27/2026, 4:24 PMSimon Marquis
07/07/2026, 8:17 PMdependencies {
implementation("<caret>") // suggest dependencies and versions
}
but does not do anything for local projects/modules:
dependencies {
implementation(project("<caret>")) // nothing!
}
---
I know there is the TYPESAFE_PROJECT_ACCESSORS feature, but it has remained in experimental state for the past... 👀 well it was announced in Gradle 7.0.0 in 2021...
And there are still many invalidation issues/drawbacks when using it, especially on large multimodules projects.
@Zac Sweers blogged about it in zacsweers.dev/dont-use-type-safe-project-accessors-with-kotlin-gradle-dsl last year.
So, I finally took the opportunity to create a very simple and straightforward IntelliJ plugin to fill this gap.
I was inspired by slackhq/foundry 's skate plugin, and published a plugin that would work without any prior setup.
Maybe Gradle can see this, and include this functionality (and some other neat features I included) in their next plugin version🤞
• github.com/SimonMarquis/Gradle-Project-Paths
• plugins.jetbrains.com/plugin/32671-gradle-project-pathsJendrik Johannes
07/08/2026, 10:51 AMJendrik Johannes
08/05/2026, 8:42 AMtony
08/10/2026, 11:46 PM