hello! IDE keeps telling me this: ``` Outdated Ko...
# announcements
d
hello! IDE keeps telling me this:
Copy code
Outdated Kotlin Runtime
			Your version of Kotlin runtime in 'kotlin-runtime-1.0.2' library is 1.0.2, while plugin version is 1.1.1-release-Studio2.3-1.
I checked all my gradle dependencies - no
1.0.2
there,
1.1.1
in all places. My project is also using features of
1.1.1
and compiles fine. How do I track down what causes this warning?
b
@dimsuz it is the ide telling you that it uses 1.1.1 and your code uses 1.0.2
d
My code uses 1.1.1 as I've noted above, I use features from 1.1.1...
b
Hmm. I mistead your comment. Sorry. Strange.
What does the module information in Intellij say? Maybe you need to reimport from Gradle?
d
module information has 1.1.1 also... I'm puzzled too.