https://kotlinlang.org logo
p

punksta

11/26/2016, 9:57 AM
Hello! I have issue with compiling YandexMapKit inside kotlin project:
Copy code
:app:compileDebugKotlinAfterJava
Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class ru.yandex.yandexmapkit.MapController, unresolved supertypes: StartupListener
The code of following class(from jar):
Copy code
public interface StartupController$StartupListener {
    void onStartup(bs var1);
}
Is it problem of library, or of kotlin? Will character
$
in name of public java class make problem for kotlin compiler? https://github.com/yandexmobile/yandexmapkit-android - library