<Kotlin library- exp4j won't import> I am building...
# stackoverflow
r
Kotlin library- exp4j won't import I am building a basic Calculator app in Android Studio using Kotlin and Jetpack Commpose. for evaluating the expression string, I want to use the exp4j library. To use it, I added implementation 'net.objecthunterexp4j0.4.9' in my app level gradle file in the dependencies section.

Screenshot of the dependencies section

Now, when I sync my project, the compiler throws the error Unexpected tokens (use ';' to separate...