-
-
Notifications
You must be signed in to change notification settings - Fork 20
Labels
refactoringInternal improvement of existing functionsInternal improvement of existing functions
Description
HrefListProperty currently uses the ktor module:
| import at.bitfire.dav4jvm.ktor.DavResource |
Which I believe is simply an error. We should have some common property somewhere outside both modules. Because obviously, HREF exists both in ktor:
| val HREF = Property.Name(NS_WEBDAV, "href") |
and okhttp:
This forces applications that use okhttp to also include ktor's dependencies.
Metadata
Metadata
Assignees
Labels
refactoringInternal improvement of existing functionsInternal improvement of existing functions