Am I alone? `expectedBy` from `kotlin-platform-and...
# multiplatform
a
Am I alone?
expectedBy
from
kotlin-platform-android'
seems to cause warning:
Copy code
Warning:Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’ and ‘api’.
It will be removed at the end of 2018. For more information see: <http://d.android.com/r/tools/update-dependency-configurations.html>
Even though I don’t know which line causes the trouble, but this is the only possible line. Anyway to fix this? Or maybe from other dependencies…
i
Am I alone?
No, that's a known issue: https://youtrack.jetbrains.com/issue/KT-23719
a
Thanks for the confirm, that’s a relief. Now I just need to wait for the upcoming updates. 🙂