Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Anko 0.8.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yanex yanex released this 10 Dec 12:31
· 451 commits to master since this release

Built for Kotlin Beta 3 (1.0.0-beta-3595).

  • SQLite helpers are moved to anko-sqlite artifact;
  • Fixed "Implicit setContentView in onCreate doesn't work in 0.8" #114;
  • Fixed "Anko DSL Preview plugin 0.8 crashes" #115;
  • Add intention: 0xffefefef.toInt()0xef.gray.opaque;
  • Add forEachChild(), firstChild(), firstChildOrNull() helpers.