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
Kamil Kalisz
12/21/2022, 2:23 PM
I think you should use kotlin syntax
Copy code
implementation(project(":way"))
d
dimsuz
12/21/2022, 8:28 PM
But this is not a kts file, it's a groovy based
build.gradle
. Even so, the syntax you suggested produces the same warning...