I've recently been building KMP app and I've notic...
# community-support
p
I've recently been building KMP app and I've noticed it generated
projects
reference for all gradle modules. I've tried opening other (non KMP) projects and I couldn't find that kind of property. I guess this is a KMP gradle plugin thing or am I missing something?
Copy code
implementation(projects.shared)
v
No, it is not
This is type-safe project accessors
To get and use them, you have to enable a feature preview in your settings script
p
ah, okay, I see it now, thanks 🙈
👌 1
v
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")