when i'm creating test project, i realized the kot...
# eap
s
when i'm creating test project, i realized the kotlin idea plugin adding
kotlin-stdlib-jre8
dependency instead of
kotlin-stdlib
, so i just changed my
POM.xml
to using
kotlin-stdlib-jre8
, it works fine now. 🙂
👌 1