I was trying to read a csv file in kotlin using intellij as IDE. I have added dependencies(commons-csv-1.6-bin.zip,link-https://commons.apache.org/proper/commons-csv/download_csv.cgi) and imported the CSVParser. on reading the file am geting an error like this
NoClassDefFoundError: org/apache/commons/csv/CSVParser