This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
0.9.5
Version 0.9.5 03.06.19
Summary
Lint module
New lint module to detect issues early.
For instance we detect that you have missed to implement the TiView
in your Activity
or Fragment
.
Use:
No action required. We bundle the lint registry together with the main thirtyinch
module.
kotlin-coroutines support
This new kotlin module which makes the usage of Kotlin coroutines super easy with ThirtyInch.
The Jobs
you will start with the TiCoroutineScope
will be automatically canceled when either the View
disappeared or the Presenter
got destroyed.
Use:
implementation "net.grandcentrix.thirtyinch:thirtyinch-kotlin-coroutines:0.9.5"
You can also checkout our README#coroutines.
plugin
This module was removed because CompositeAndroid isn't maintained anymore.