Skip to content

Commit f064bfe

Browse files
committed
fix BuildConfig plugin not being published transitively
1 parent 853fa2a commit f064bfe

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

77
## Unreleased
8-
- /
8+
9+
- fixed BuildConfig plugin not being published transitively
910

1011
## [1.4.0] - 2025-10-25
1112

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
dependencies {
23-
compileOnly(libs.buildconfig)
23+
implementation(libs.buildconfig)
2424
compileOnly(libs.moddevgradle)
2525
}
2626

0 commit comments

Comments
 (0)