Hi, probably this question has already been asked ...
# multiplatform
m
Hi, probably this question has already been asked but I can't find a good solution for this: I would like to publish a multiplatform library so I can also use the native shared lib in C++ projects as a dependency. But the normal
gradle multiplatform plugin
only uploads klib files. Does anybody know if there is an easy way to create the publication so the gradle cpp plugin can consume it?