Kotlin stdlib could use a URI class, because java....
# announcements
m
Kotlin stdlib could use a URI class, because java.net.URI is horrible.
i
Use for what?
m
Have an implementation of URI built in the stdlib I guess.
That could be useful, not sure if it belongs to stdlib though
☝️ 2
d
Multiplatform I guess.
Ktor has one.
i
@mathew murphy So by "use" you mean "provide"?
m
"could use" = "would be better if it had"
i
I thought it could use it for some internal needs, wondered for which ones.
m
Sorry, I forget Kotlin people are less likely to be native English speakers.
I don't think it's needed for any current core functionality.
Though now that I think about it, Java jar file resources may be located via URLs.
120 Views