-
Notifications
You must be signed in to change notification settings - Fork 625
Use the more common stdlib dep now that we ship java8 bytecode. #4002
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
Conversation
Additionally fix pom dependency type resolution.
Starting in Kotlin 1.4, the stdlib dependency is added by default. I wonder if we have tried removing the dependency from our gradle files? |
Yeah I tried that, but it does not work, likely because we have this in our code
I think it confuses the plugin and the dep is not added |
/retest |
@thatfiredev unrelated to this change, looks like appcheck:ktx has a failing test due to a missing KtxRegistrar, can you please take a look? |
Size Report 1Affected Products
Test Logs
Notes |
@vkryachko I was hoping that'd be fixed in #3974, but I can open a separate PR to add the Registrar before that one gets merged. |
Coverage Report 1Affected Products
Test Logs
Notes |
Additionally fix pom dependency type resolution.