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

Update dependencies #137

Merged
merged 12 commits into from
Jul 9, 2024
Merged

Update dependencies #137

merged 12 commits into from
Jul 9, 2024

Conversation

osipxd
Copy link
Collaborator

@osipxd osipxd commented Jul 5, 2024

Stable addSharedSourceSetRoot extension

Experimental extension addSharedSourceSetRoot(...) has been replaced with the new stable version:

android {
    // The old way (Deprecated)
    addSharedSourceSetRoot("debug", "qa")

    // The new way
    sourceSets.addSharedSourceSetRoot("debug", "qa")
}

⚠️ BREAKING CHANGES

  • android: Default targetSdk changed from 33 to 34

Other Changes

  • android: Remove the workaround for Explicit API enabling as the issue has been fixed in Kotlin 1.9
  • kotlin: Deprecate accessor kotlinCompile.
    It is recommended to use kotlin.compilerOptions { ... } to configure compilation instead.
  • Update Gradle to 8.8

Dependencies

Dependency Minimal version
Gradle 7.48.0
Kotlin Gradle Plugin 1.7.101.9.0
Android Gradle Plugin 7.4.08.4.0

infrastructure-kotlin:

infrastructure-android:

infrastructure-detekt:

Closes:

@osipxd osipxd self-assigned this Jul 5, 2024
@osipxd osipxd force-pushed the feature/update-dependencies branch from 97bf836 to f8579db Compare July 5, 2024 18:53
@osipxd osipxd force-pushed the feature/update-dependencies branch from 65a6d47 to a3bb5cd Compare July 8, 2024 17:14
@osipxd osipxd marked this pull request as ready for review July 9, 2024 14:42
@osipxd osipxd changed the title Draft: Update dependencies Update dependencies Jul 9, 2024
@osipxd osipxd merged commit ed36b32 into develop Jul 9, 2024
4 checks passed
@osipxd osipxd deleted the feature/update-dependencies branch July 9, 2024 14:45
@osipxd osipxd added this to the Next milestone Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant