antoniolg / Kotlin-for-Android-Developers

Companion App for the book

Home Page:http://antonioleiva.com/kotlin-android-developers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

errors importing in androdiStudio3 preview2

maxlinux2000 opened this issue · comments

importing this demo app in the last canary Android Studio, I found some errors during the sync.

please modify the code of "app" like:

    compile "org.jetbrains.anko:anko:0.10.1"
    compile "org.jetbrains.anko:anko-common:0.10.1"
    compile "org.jetbrains.anko:anko-sqlite:0.10.1n"
    compile "org.jetbrains.anko:anko-coroutines:0.10.1"

this is enounght to fix the errors of sync

regards
MaX

Are you sure that's making the project work? There's a bug on sqlite for 0.10.1, that's why I sticked to 0.10.0

Closing this as AS3 is already released, and received no response since August