Takahiro Menju
Takahiro Menju
@matsudamper Do you have any idea for that?
Thank you for challenging 🔥
Probably you can use this fork version of SQLDelight https://github.com/touchlab/DroidconKotlin/blob/master/build.gradle#L63
Thank you for the comment! 👍 We should implement the XML attribute for all actions. But we don't want to create boilerplate. ``` app:enterAnim="@anim/fade_in" app:exitAnim="@anim/fade_out" app:popEnterAnim="@anim/fade_in" app:popExitAnim="@anim/fade_out" ``` https://github.com/DroidKaigi/conference-app-2020/blob/master/corecomponent/androidcomponent/src/main/res/navigation/navigation.xml#L14 So...
It's ok. me too 😄
Thanks! Assigned
Brilliant! Very cool 🆒
> Why experimental > I don't know whether release is apk or aab. If we can include this PR, probably we will use apk. > When installing from DeployGate, DFM...
Indeed. Probably you can use this branch, can't use? @jmatsu 🙏 https://github.com/DroidKaigi/conference-app-2019/pull/596
Is that fixed by https://github.com/DroidKaigi/conference-app-2019/pull/669 ? 👀