Search posts, tags, users, and pages
Aldo Wachyudi
Mobile engineering manager at Astro ๐ (Yes, we're hiring!)
In a multimodule Gradle project, you're likely to have.. many modules. Each module can have other modules as dependencies. dependencies { implementation(project(":feature:feature-payment")) implementation(project(":lib:crypto")) implement...
Nigel Jones
Opensource maintainer for Egeria - open metadata
Aldo, this looks really useful.
However
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
must be added into settings.gradle, rather than build.gradle
I also wasn't able to get the auto-complete working in IntelliJ EAP
Nigel Jones
Opensource maintainer for Egeria - open metadata
Aldo, this looks really useful.
However
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")must be added into settings.gradle, rather than build.gradle
I also wasn't able to get the auto-complete working in IntelliJ EAP