You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix URL deprecation warning
fixes the constructor deprecation of `java.net.URL` that first appeared in java 20 by replacing it with `java.net.URI.toURL()`
* fix(lint): shorten line length of dokka remote source url
* fix(lint): removed empty line 78 in build.gradle.kts
0 commit comments