im looking for a mostly-c native lib example gradl...
# multiplatform
j
im looking for a mostly-c native lib example gradle that breaks out mostly common KN but a few fixups that look like
Copy code
```
stdlib  ---->    posix  ---->      linux|mingw|mac ---> {mac,mingw,linux}{Arm,X}{32,64}}  
builtins /       iconv 
                 etc
``` the native hiararchy i see is looking rather flat and trait-resistant. i haven't yet cracked open the trick to using gradle kts and differentiating conditional DependsOn expect/actual, but some unix things are more universal than others in C code. and #ifdef is a real thing in non-kotlin languages. I'm still holding the torch for DRY even though not all tools support this.