Hello guys, how can i add local `my-lyb.aar` to a KMM project in the shared module on androidMain ...
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.
p
Ahh seems to not be supported. Try placing it in the App module not shared. Or publish it to a maven repo.
b
will try that, thanks