I've removed Kotlin dependencies from my project (...
# announcements
b
I've removed Kotlin dependencies from my project (so I transitively depend from the plugin sdk one) and I no longer have the issue . . . . .
l
Were these two different versions of the stdlib? I'd like to see the two artifacts (transitive one, and the one you declared but removed)
b
I guess they were different... The one I was declaring was 1.2.71. The one from the plugin sdk... I don't know, the only way to know would be to find the pom.xml, and don't know where to look 🙂
l
./gradlew dependencies
should show you