Thomaswhoward
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Thomaswhoward created a post, AnsweredHow to auto-import within method chaining for a live template?
Defining live template text... timber.log.Timber.tagged("123").error { object{}.javaClass.enclosingMethod?.name ?: "unknown method" } ...we get this import... import timber.log.Timber ...but not th...