
Implements bindings of opentest4j with platform-specific adjustments, including modified serialization support, type exposure as `KClass`, `toValueWrapper()` method, and UTF-8 content decoding in `FileInfo`.
multiplatform implementation/bindings of opentest4j
getType() is exposed as valueType in order for it to be a KClass<*>.ValueWrapper.create() is exposed as the extension method toValueWrapper().FileInfo only supports decoding contents to UTF-8.multiplatform implementation/bindings of opentest4j
getType() is exposed as valueType in order for it to be a KClass<*>.ValueWrapper.create() is exposed as the extension method toValueWrapper().FileInfo only supports decoding contents to UTF-8.