anko icon indicating copy to clipboard operation
anko copied to clipboard

why cant i use compile to dependence it

Open cheetah747 opened this issue 6 years ago • 1 comments

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.

cheetah747 avatar Dec 25 '18 13:12 cheetah747

Compile has been deprecated. Use implementation or api instead.

bartekpacia avatar Jan 31 '19 20:01 bartekpacia