I'm trying to create a library to be reused on ios...
# kotlin-native
s
I'm trying to create a library to be reused on ios (framework) and android (dynamic lib) and am running into an error as soon as I add a second file to my project. The error is in generating the android arm library and only happens when the two files have the same package declaration at the top or no package declaration. Is it currently possible to generate a native android library?