Problems that cannot be used by anko-commons

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

The

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.

Oct.25,2021
Menu