AndroidKTX icon indicating copy to clipboard operation
AndroidKTX copied to clipboard

🔥Some very useful kotlin extensions for speed android development!好用到爆的Kotlin扩展,加速你的Android开发!

Results 4 AndroidKTX issues
Sort by recently updated
recently updated
newest added

请描述您期望添加的功能,或者其他想法。如果有代码实例,则更好。我评估完毕后会加入到该库中。

![image](https://user-images.githubusercontent.com/11517173/154400411-0f992262-0872-446c-9130-91acc4dd7260.png) 微信支付完成或取消,会被WXPayEntryActivity界面覆盖 因为null无法走到finish 调起微信支付 取消支付即可复现

**Error log:** Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'. > Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not find com.github.li-xiaojun.AndroidKTX:share:2.3.31. Required by: project :app > com.github.li-xiaojun:AndroidKTX:2.3.31 project :app >...

``` Manifest merger failed : Attribute activity#com.yalantis.ucrop.UCropActivity@theme value=(@style/Theme.AppCompat.NoActionBar) from [com.github.li-xiaojun.AndroidKTX:library:2.2.55] AndroidManifest.xml:47:13-63 is also present at [io.github.lucksiege:pictureselector:v2.7.3-rc06] AndroidManifest.xml:55:13-58 value=(@style/Base.Theme.NoActionBar). Suggestion: add 'tools:replace="android:theme"' to element at AndroidManifest.xml:43:9-47:66 to override. ``` 添加了 tools:replace="android:theme"...