This message was deleted.
# community-support
s
This message was deleted.
j
you should enable project accessors
awesome, thank you!
j
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
, not sure why it isnt stable yet
then
projects.someSubproject
will be available
❤️ 1
care about NOT using
implementation(project(projects.someSubproject))
and use directly
implementation(projects.subProject)
👍 1
z
@Javi do you know if there is a type unsafe API for this, akin to
VersionCatalogsExtension
? Though I guess one isn’t really needed - can just do
project(":subproject")
lol
j
I don't know, but I think you replied yourself hahah
👍 1