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
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 (useasync()
from kotlinx.coroutines); AnkoLogger(clazz: KClass<*>)
andAnkoLogger(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 nowinline
#338;bg()
function that executes code in a background thread and returnsDeferred<T>
;AnkoLogger
now has the reified version:AnkoLogger<MyClass>()
;