Loading src/main/kotlin/at/bitfire/dav4jvm/PropertyRegistry.kt +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ object PropertyRegistry { init { Dav4jvm.log.info("Registering DAV property factories") Thread.currentThread().setContextClassLoader(PropertyFactory::class.java.getClassLoader()) registerDefaultFactories() } Loading Loading
src/main/kotlin/at/bitfire/dav4jvm/PropertyRegistry.kt +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ object PropertyRegistry { init { Dav4jvm.log.info("Registering DAV property factories") Thread.currentThread().setContextClassLoader(PropertyFactory::class.java.getClassLoader()) registerDefaultFactories() } Loading