following the official description of Anko, I added the following code to my dependency:
api "org.jetbrains.anko:anko-commons:$anko_version"
then I want to use his startActivity < AAA > () method. Cannot use
project uses Kotlin development, and this code is introduced in BaseLibrary , used in Module of app , and cannot be hard-written without any code hints.
