How i can import kotlin-reflect.jar to my project, where i can find its or what i should set in my pom.xml?
If you use Maven, just add a dependency on kotlin-reflect instead of kotlin-stdlib in pom.xml
Thanks a lot, Alexander!
How i can import kotlin-reflect.jar to my project, where i can find its or what i should set in my pom.xml?
If you use Maven, just add a dependency on kotlin-reflect instead of kotlin-stdlib in pom.xml
Thanks a lot, Alexander!