Results 10 issues of 三七

我试了下,其他的库也没有app.js文件,但是能正常引入,这个库安装后就提示找不到。 ![image](https://user-images.githubusercontent.com/15962904/48997435-f00d8980-f18a-11e8-994d-5e6f7df1c049.png)

ktlint gradle version: 11.0.0 agp version: 7.2.2 gradle version: gradle-7.5.1-bin After removing ktlint, the project can run sync and build normally. ``` java.lang.NoClassDefFoundError: com/android/build/api/dsl/CommonExtension at org.jlleitschuh.gradle.ktlint.android.AndroidPluginsApplierKt$androidPluginConfigureAction$1.invoke(AndroidPluginsApplier.kt:67) at org.jlleitschuh.gradle.ktlint.android.AndroidPluginsApplierKt$androidPluginConfigureAction$1.invoke(AndroidPluginsApplier.kt:66) at org.jlleitschuh.gradle.ktlint.android.AndroidPluginsApplierKt$applyKtLintToAndroid$1.invoke$lambda-0(AndroidPluginsApplier.kt:29)...

JsonNamingStrategy.SnakeCase will replace normal uppercase characters with lowercase characters. For example: ```kotlin @Serializable data class ExperimentalOptions(@SerialName("QUIC") val quicItem: QuicItem) ``` "QUIC" after serialization becomes "quic".

java.lang.NullPointerException: Attempt to invoke virtual method 'void android.os.Message.recycle()' on a null object reference at com.tencent.tinker.loader.app.TinkerInlineFenceAction.callGetSystemService(SourceFile:4) at com.tencent.tinker.loader.app.TinkerApplication.getSystemService(SourceFile:3)

使用 includeBuild 的项目,rootProject.allProject 拿不到 includeBuild 的子项目。

![image](https://github.com/trycatchx/RocketX/assets/15962904/517420af-7424-41c2-9061-fdd0249c2b7c) 代码上看这里会判断 rocketXEnable 文件是否存在,只有在装了 as 插件的时候点 enable 才会有这个文件,不装插件或者 CI 环境就没法用了。

### Describe the bug 直接在 Android Studio 编译的包,需要使用 adb install -t 来安装,安装器貌似没有自动加上 -t。 ### Steps to reproduce the bug 直接在 Android Studio 编译的包,需要使用 adb install -t 来安装,安装器貌似没有自动加上 -t。 ### Expected...

bug

For example: ``` @Singleton(binds = [BaseAClass::class]) object AObject: BaseAClass() {} ``` Koin only support class now. I have to use: ``` @Factory(binds = [BaseAClass::class]) fun koinAObject() = AObject ```

Updated to Kotlin 2.0.0 and encountered an error with Maven Publish. The configuration hasn't changed, using version 0.29.0. ``` Execution failed for task ':framework:willow:generatePomFileForAndroidReleasePublication'. > Could not apply withXml() to...