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

0.10 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@yanex yanex released this 22 Mar 13:34
· 201 commits to master since this release

Breaking changes:

  • DSL listeners moved to anko-<platformName>-listeners (e.g. anko-sdk15-listeners) artifacts;
  • The custom async() function introduced in 0.10.0-beta1 was removed (use async() from kotlinx.coroutines);
  • AnkoLogger(clazz: KClass<*>) and AnkoLogger(obj: Any) functions are removed;

Other changes:

  • anko-<platformName>-coroutines (e.g. anko-sdk15-coroutines) artifacts with the new listener helpers with coroutines support;
  • lparams functions are now inline #338;
  • bg() function that executes code in a background thread and returns Deferred<T>;
  • AnkoLogger now has the reified version: AnkoLogger<MyClass>();