Anko: CoordinatorLayout is missing

Created on 19 May 2017  路  2Comments  路  Source: Kotlin/anko

Hey,
The CoordinatorLayout has no extension function to ViewManager.

When I search the GitHub Repo I find this as generated, but it is not packed in the 0.10.0 jcenter jar (anko-sdk25-0.10.0-sources.jar).

Greetings,

Anko Layouts question

Most helpful comment

Ah. Thanks. I missunderstood the README, as I thought the meta package includes the support libraries too.

All 2 comments

CoordinatorLayout is a part of the design support library.
Please add compile "org.jetbrains.anko:anko-design:$anko_version" to your project dependencies (https://github.com/Kotlin/anko#gradle-based-project).

Ah. Thanks. I missunderstood the README, as I thought the meta package includes the support libraries too.

Was this page helpful?
0 / 5 - 0 ratings