Hi guys! I have `compile 'org.jetbrains.anko:anko-...
# android
j
Hi guys! I have
compile 'org.jetbrains.anko:anko-sdk15:0.8’
in my build.gradle, and I have problem when importing anko things, for instance:
import org.jetbrains.anko.find
complains that
find
is not in the package. Does anyone know why and how can I solve this?