Closed
Description
Description
I need to create the bindings for a kotlin library. I only posses the .aar file.
When i import the library in android studio i see the classes decompiled, but when i try to generate binding from this archive i get an empty directory
Steps to Reproduce
dotnet new android-bindinglib
paste this file https://repo1.maven.org/maven2/com/stripe/stripeterminal/4.5.0/stripeterminal-4.5.0.aar
added this in the .csproj file
run dotnet build -c Debug
it doesnt generate anything
Link to public reproduction project repository
No response
Version with bug
9.0.0 GA
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response