prefiller icon indicating copy to clipboard operation
prefiller copied to clipboard

Update dependency versions

Open illarionov opened this issue 1 year ago • 0 comments

This PR updates all dependencies in the project: Gradle 8.4, AGP 8.1.3, Kotlin 1.9.21 etc.

Integration tests framework has been refactored to add support for running a wide range of tests on different versions of JDK (11, 17) with compatible sets of libraries (Gradle, AGP, Kotlin, KSP, Room). Added tests for AGP 8.1.4, 8.0.2, 7.4.2, 7.3.1 and Gradle 8.4, 8.3, 8.2.1, 8.1.1, 8.0.2.

ANTLR has been removed from the transitive dependencies while keeping only antlr-runtime dependency required when using the plugin (see https://github.com/gradle/gradle/issues/820).

illarionov avatar Nov 23 '23 16:11 illarionov