Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Inconsistent JVM-target compatibility error (#1492)
Fixes the following error: ``` * What went wrong: Execution failed for task ':stripe_android:compileDebugKotlin'. > Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (1.8) and 'compileDebugKotlin' (17). Consider using JVM Toolchain: https://kotl.in/gradle/jvm/toolchain Learn more about JVM-target validation: https://kotl.in/gradle/jvm/target-validation ``` Co-authored-by: Rémon <[email protected]>
- Loading branch information