I am probably doing something wrong. Just can't fi...
# getting-started
u
I am probably doing something wrong. Just can't figure out what. When running inspections, i always get:
Plugin version (1.2.0) is not the same as library version (jdk7-1.2.0)
for my include of
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Btw kotlin_version is 1.2.0, not jdk7-1.2.0 😉 Do you guys have any hint for me?