You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
At Google I/O last year, support for java 8 languages features was announced. With the upcoming 6.0.0 release we enabled this and migrated the codebase to leverage these features (eg. Lambda). Now we are noticing that users aren't able to compile if they don't enable this configuration in their build.gradle (see #11378 as example). Capturing from internal conversations that as a library we should not enforce this configuration. Let's revert these changes for the SDK and keep the configuration for the test application.
The text was updated successfully, but these errors were encountered:
At Google I/O last year, support for java 8 languages features was announced. With the upcoming 6.0.0 release we enabled this and migrated the codebase to leverage these features (eg. Lambda). Now we are noticing that users aren't able to compile if they don't enable this configuration in their build.gradle (see #11378 as example). Capturing from internal conversations that as a library we should not enforce this configuration. Let's revert these changes for the SDK and keep the configuration for the test application.
The text was updated successfully, but these errors were encountered: