Hi! Created a new project with 2 gradle modules, b...
# multiplatform
d
Hi! Created a new project with 2 gradle modules, both KMM (1.7.20) and when I add dependency I see this warning. Everything compiles fine, but I'd still like to resolve this warning somehow:
k
I think you should use kotlin syntax
Copy code
implementation(project(":way"))
d
But this is not a kts file, it's a groovy based
build.gradle
. Even so, the syntax you suggested produces the same warning...