The current version of the library is very reflection-heavy. This is relatively slow at runtime, and also limits use of it to the JVM.
Think about a future version of this library that implements PropertyMap's via compile-time code generation (probably via KSP and Poet), which would make them efficient at runtime and allow multi-platform use.