I'm trying to use an external .jar java library in my Kotlin project but I can't find steps on how to do it. I currently just have the Kotlin command line tool and I haven't started using a build tool (and don't want to for this project so that I can understand exactly what steps a build tool replaces).
The specific library I want to use is jsoup.
Could someone please list the steps involved or direct me to a tutorial on how to do it?