anko
anko copied to clipboard
why cant i use compile to dependence it
when i use "compile" to dependence anko, the gradle sync will throw error, but when i use "implementation" ,anko lib won't be found in my code where i used anko.
Compile has been deprecated. Use implementation or api instead.