Skip to content
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

Fix build issues #24

Closed
wants to merge 2 commits into from
Closed

Fix build issues #24

wants to merge 2 commits into from

Conversation

sergejsha
Copy link

This PR fixes issues described in #23

> Task :androidApp:mergeExtDexDebug FAILED
    AGPBI: {"kind":"error","text":"java.lang.OutOfMemoryError: Java heap space","sources":[{}],"tool":"D8"}
        com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: 
        ...
Execution failed for task ':shared:compileDebugKotlinAndroid'.
> 'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlinAndroid' task (current target is 18) jvm target compatibility should be set to the same Java version.
  Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain
  ...

@sergejsha sergejsha deleted the fix-android-build branch July 26, 2023 09:35
@sergejsha sergejsha restored the fix-android-build branch July 26, 2023 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants