Skip to content

Commit bf57560

Browse files
osipxdsandwwraith
authored andcommitted
Fix core module configuration in hocon module
Fixes #2019
1 parent ef2ccd3 commit bf57560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formats/hocon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ java {
1919

2020

2121
dependencies {
22-
implementation project(':kotlinx-serialization-core')
22+
api project(':kotlinx-serialization-core')
2323
api 'org.jetbrains.kotlin:kotlin-stdlib'
2424

2525
api 'com.typesafe:config:1.4.1'

0 commit comments

Comments
 (0)