Is there any guide for creating a library that targets Android, regular JVM, and JS ?
b
Big Chungus
03/03/2021, 6:15 PM
Other than the fact that you can't target jvm and Android in the same module no. You should be able to consume your jvm library in android project, tho
m
Mario Ruiz
03/03/2021, 7:01 PM
Yeah, that's what I want to avoid. It's an audio library, and a whole bunch of classes are missing in Android