Hello everyone! I have a question while preparing...
# multiplatform
h
Hello everyone! I have a question while preparing for Compose Multiplatform. In existing Android projects, we could draw dependency graphs through gradle, but how can we draw them in CMP? The example code is at: https://github.com/JakeWharton/SdkSearch/blob/3351cad9bfacb0a364858e843774147143f58c7a/gradle/projectDependencyGraph.gradle
j
Compose multiplatform projects still build with Gradle.
That script should still work, maybe with some tweaks
h
The script is not working because the withtype ProjectDependency conversion failed in the dependencies
j
Yeah it's probably like 6 years old at this point... might need some updates
h
Hmm... I see. While converting to a kts file, I noticed that the config name in configurations appear as (ios_arm64, ios_simulator_arm64, ios_x64)CInteropApiElements, so I felt that changes would be needed. I'll keep searching through other resources and try to make code work.