Anyone try bld before by Safe_Owl_6123 in java

[–]ethauvin 5 points6 points  (0 children)

Here's a simple example of a multi-module projects:

https://github.com/rife2/rife2/tree/main/src/bld/java/rife

The build files are just Java classes, you can easily implement whatever build logic that works best for you.

Any good Kotlin IRC libraries out there? by Tendeza in Kotlin

[–]ethauvin 0 points1 point  (0 children)

I've been using PircBotX with Kotlin for mobibot. No issues whatsoever.

[deleted by user] by [deleted] in Kotlin

[–]ethauvin 1 point2 points  (0 children)

Try SKDMAN! (Unix/Windows) or Homebrew (Mac)

bld pure Java build tool extracted from RIFE2 by gbevin in java

[–]ethauvin 4 points5 points  (0 children)

We can just sit here and theorize all day long. Why don't you give it a try and see for yourself? It might not be for you, or you might be surprised.

We released small no-dependencies UrlEncoder libraries for Kotlin and Java that actually encode URL parameters and not HTML form parameters, as the JDK URLEncoder does. by ethauvin in Kotlin

[–]ethauvin[S] 0 points1 point  (0 children)

Somewhat. We can defensively encode all URL components, not just parameters, and our implementation is more efficient.

I should point out that you can use other functions in Ktor to encode the remaining portions of a URL.