Join Slack
Powered by
How can I add a separate dependency (ex for a libr...
# compose
d
dkim
02/20/2022, 10:48 PM
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
6
Views
Open in Slack
Previous
Next