albertgao
05/14/2018, 12:08 AMexpectedBy
from kotlin-platform-android'
seems to cause warning: 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…ilya.gorbunov
05/14/2018, 12:28 AMAm I alone?No, that's a known issue: https://youtrack.jetbrains.com/issue/KT-23719
albertgao
05/14/2018, 12:30 AM