<How to import a Kotlin Library in IntelliJ> So i ...
# stackoverflow
u
How to import a Kotlin Library in IntelliJ So i want to use the Serialization Library in my kotlin project, and from what i can gather from this page, i must use this: "org.jetbrains.kotlinxkotlinx serialization json1.3.2", to do so, now i use "IntelliJ" as my build system, so i went to the project structure, and in libraries, clicked the + sign, clicked on "From Maven" and put this as the link to the library, and it...