Skip to content

Commit 974d6b8

Browse files
Upgrade moduleGraph to 2.9.0 (#1951)
This is necessary for the app to build with Gradle 9.0.0, otherwise the following Gradle error occurs: java.lang.NoSuchMethodError: 'org.gradle.api.Project org.gradle.api.artifacts.ProjectDependency.getDependencyProject()' at com.jraska.module.graph.assertion.GradleDependencyGraphFactory.listAllDependencies(GradleDependencyGraphFactory.kt:39) This is due to jraska/modules-graph-assert#305.
1 parent e846078 commit 974d6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kotlinxCoroutines = "1.10.1"
4747
kotlinxDatetime = "0.6.1"
4848
kotlinxSerializationJson = "1.8.0"
4949
ksp = "2.1.10-1.0.31"
50-
moduleGraph = "2.7.1"
50+
moduleGraph = "2.9.0"
5151
okhttp = "4.12.0"
5252
protobuf = "4.29.2"
5353
protobufPlugin = "0.9.4"

0 commit comments

Comments
 (0)