Stephane Schittly
Stephane Schittly
Both the README and sample app (XML layouts) says the Filter should use `it` to match the view: `viewFilter = { it !is LinearLayout }` Or this doesn't work, `it`...
Issue 132: JSONEncoder bug on UTF-8 chars
This is probably easy to fix: 
I couldn't get it to work on a mac so this is what I ended up doing: 1. Remove previous versions of Android Studio in ~/Library/Preferences/ 2. Change install.sh to...
I can't see an empty message, just empty table headers. I'm using : ``` buildscript { dependencies { classpath 'com.github.hierynomus:license-gradle-plugin:0.15.0' } } plugins { id "com.github.hierynomus.license" version "0.15.0" } allprojects...
For example: ``` assemble_develop_git { tasks = ["assembleDebug"] git-checkout = { build = "develop" } apply-abi-change-to = "utils/LanguageManager.kt" } assemble_branch_git { tasks = ["assembleDebug"] git-checkout = { build = "branch"...