Anko v0.10.0-beta2 Release Notes

Release Date: 2017-03-22 // about 7 years ago
  • ๐Ÿ’ฅ 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>();