Kotlin / anko

Pleasant Android application development
Apache License 2.0
15.88k stars 1.29k forks source link

why cant i use compile to dependence it #711

Open cheetah747 opened 5 years ago

cheetah747 commented 5 years ago

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.

bartekpacia commented 5 years ago

Compile has been deprecated. Use implementation or api instead.