How can I add a separate dependency (ex for a libr...
# compose
d
How can I add a separate dependency (ex for a library) with compose multiplatform? (Using the auto generated project with IntelliJ) I've tried adding
implementation("dependency")
to the
build.gradle.kts
in the modules but it doesn't seem to work