Library Of Only Public Inlined Functions

I haven’t checked the bytecode and just curious if anyone else here has, if I have a utility belt like lib that is just a bunch of top level public inline functions, could I in theory set it as a compileOnly dependency since it should have no runtime component for its caller? Has anyone done this? (I mean no other functions, no reflection, not inline classes that have boxed forms, no other data types, etc…literally just top-level public inline functions and that’s it)

Make sure you aren’t calling the library from Java.