Zongle Wang

Results 311 comments of Zongle Wang

@yasandev Thanks for your explanation, I'll file an issue to the Android Studio team for help.

Alright, just waiting for replies. https://issuetracker.google.com/issues/232007221#comment31

If other flavors are still necessary? I can't build them.

Find a solution, seems we can try to "Mark directory as Sources Root" like this

Actually, I'd prefer to set the indent size to 2, to reduce the code nesting & lines.

> Also can we do this after 13 merge? I already went through some changes and don't want to redo everything again because of merge conflicts from formatting. Sure

Also - https://youtrack.jetbrains.com/issue/KT-53226 - https://youtrack.jetbrains.com/issue/KT-51619

Same issue: ``` Fatal Exception: java.lang.RuntimeException Unable to stop service com.android.launcher3.notification.NotificationListener@abf7d16: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.launcher3.util.SettingsCache.unregister(android.net.Uri, com.android.launcher3.util.SettingsCache$OnChangeListener)' on a null object reference android.app.ActivityThread.handleStopService (ActivityThread.java:4353) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:987) ```

I've tried again on my other Mac, with the same result. Maybe I hadn't described this issue clearly, I meant ktlint formats ```kotlin class Bar { val barrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr by lazy...

Use `by` to set values in Kotlin dsl is reasonable, no need to replace it.