File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Dependency Analysis Plugin Changelog
22
3+ # Version 3.10.0
4+ * [ feat] : Gradle plugin markers are the preferred way to depend on a plugin.
5+ * [ feat] : Gradle plugin markers are part of an implicit bundle.
6+ * [ fix] : handle ` dependencies ` blocks that have a single line.
7+ * [ docs] : add 'partial analysis' section to readme.
8+
39# Version 3.9.0
410* (Reverted) Compiled against Kotlin 2.3.20. Compiling against Kotlin 2.2.21 again, with language level 2.2.
511
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ org.gradle.parallel=true
99org.gradle.configuration-cache =true
1010org.gradle.configuration-cache.parallel =true
1111
12- VERSION =3.9.1-SNAPSHOT
12+ VERSION =3.10.0
1313
1414# https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library
1515kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments