add aidl parcelables into aar
Closes #15
I approved before seeing there was a new commit 😄 I guess you're still working on this.
I spent quite some time earlier to investigate why we need a special combination of API and RUNTIME, but I could not figure it out. In my understanding when you set the usage attribute in artifactsOf(), you kind of override the usage attribute given to the configuration. I'll check with your changes
I dont have any other idea, so i have just added api configuration for special cases when we need include aidl parcelables from project dependencies in fat aat
@natario1 what do you think about this solution?
I'll take a look tomorrow!