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

[Build] Update Kotlin to 1.9.24 #1083

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Commits on Jul 8, 2024

  1. Build: Update kotlin to 1.9.22

    This update isn't that necessary, but should be considered anyway as it
    will do the following:
    - Align this library, to that Kotlin version, which is already used by
    most of this library's clients and libraries.
    - Unblock the usage of the dependency analysis Gradle plugin for this
    project.
    - Prepares this project for the Kotlin 2+ major update.
    ParaskP7 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f944b54 View commit details
    Browse the repository at this point in the history
  2. Build: Add jvm target to point to java 8 to kotlin options

    This change is necessary because otherwise the build fails with the
    below exception:
    
    ------------------------------------------------------------------------
    
    > Task :aztec:compileDebugKotlin FAILED
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Execution failed for task ':aztec: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
    ParaskP7 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7b3f7bb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Build: Update kotlin to 1.9.24

    Co-authored-by: Wojciech Zięba <wojciech.zieba@protonmail.com>
    ParaskP7 and wzieba committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    78e865b View commit details
    Browse the repository at this point in the history