Well, the point is I’m trying to figure out anothe...
# gradle
s
Well, the point is I’m trying to figure out another Kotlin related problem and first I want to fix all warnings/dependency issues to find out whether these are the reasons for my other issue
c
Without details about this another problem I cannot be 100% sure, but I'm 99.9% sure this warning has nothing to do with it 🙂
s
Well, I’m using the Kotlin Android Extensions and from time to time suddenly the IDE displays the kotlinx.* view imports as unused and all references to views are then broken (marked red in IDE). Only when I recompile the project does it suddenly work again.
So, I just removed the buildSrc folder from the project and thus the usage of kotlin-dsl and went back to plain Gradle and the warning is gone…
g
I don’t think that Android Extensions problem related to this warning
I think this warning because of embedded version of Kotlin from kotlin-dsl, but not sure
s
@gildor Yes, that’s what I thought. Please see my message in #gradle channel from 8:24 AM
g
actually, probably make sense to create a task to kotlin issue tracker, you cannot solve this case, so Kotlin Plugin shouldn’t complain about this case
c
8:24 AM
this Slack spans all or almost all of Earth's timezones 🙂
s
I thought times are displayed in server time 😉