I am new to Jetbrains IDEA editor. I have a console application project. How can I add Let's Plot library/package/what-do-you-call-it so I can plot some functions and export them to say SVG files?
I found this question helpful, however it does not show how to import it, only how to use it: Kotlin lets-plot: minimal example
In IntelliJ:
File->New Project->Gradle+GradleDSL=KotlinGradle - build.gradle.kts
Sample driver