We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853fa2a commit f064bfeCopy full SHA for f064bfe
2 files changed
CHANGELOG.md
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
6
7
## Unreleased
8
-- /
+
9
+- fixed BuildConfig plugin not being published transitively
10
11
## [1.4.0] - 2025-10-25
12
build.gradle.kts
@@ -20,7 +20,7 @@ buildscript {
20
}
21
22
dependencies {
23
- compileOnly(libs.buildconfig)
+ implementation(libs.buildconfig)
24
compileOnly(libs.moddevgradle)
25
26
0 commit comments