https://kotlinlang.org logo
b

Bailey Pollard

06/28/2021, 10:24 PM
Currently trying to add 2 external libraries (A & B ) to my project using cinterops. Library B depends on library A. Having no issues importing and using library A but library B is crashing when I call any function. Do I need to include library A inside the def file for library B somehow?