Hello guys, how can i add local `my-lyb.aar` to ...
# gradle
b
Hello guys, how can i add local
my-lyb.aar
to a KMM project in the shared module on androidMain ? i am getting the following error
Direct local .aar file dependencies are not supported when building an AAR.
v
I have no idea, as I'm not into Android development, but if the "direct" is meant literally, try depending on it through a
flatDir
repository.