I have a native kotlin library, and i will like to know if its possible to use the Andriod Binding library (Xamarin) for a native Kotlin Library. I have tried it already but when i checked the view in object browser it was empty. this was the steps i followed to bind the .aar file here. i got the dll file and added it to my app but it didnt work.
Kotlin is a JVM (Java Virtual Machine) language, so theoretically, yes it's possible. You'll also need Xamarin bindings for the Kotlin Standard Library as well. Fortunately, there's a Nuget Package for the Kotlin Standard Library and you'll need to include this into your project.