Ah, got it. Needed to add `implementation project(...
# compose
k
Ah, got it. Needed to add
implementation project(':myModuleName')
to my
build.gradle
. Never had to do anything like this before because I’m coming from neither Kotlin nor Java.
👍 2