-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
引入androidx.activity:activity-ktx:1.3.1后编译报错 #1051
Comments
@Yccc-argb 请问解决了吗 |
|
或者你有别的更好的处理方式吗? |
我好像也是这种方式 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
项目配置信息:
androidx
build:tools:3.5.3
如果不进行插件化, 直接编译没问题
配置插件化之后
编译之后会报如下错误:
Program type already present: kotlin.coroutines.jvm.internal.DebugProbesKt
Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complete
Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: kotlin.coroutines.jvm.internal.DebugProbesKt
Execution failed for task ':app:mergeExtDexDebug'.
The text was updated successfully, but these errors were encountered: