Skip to content

Commit

Permalink
Fix core module configuration in hocon module
Browse files Browse the repository at this point in the history
Fixes #2019
  • Loading branch information
osipxd authored and sandwwraith committed Aug 29, 2022
1 parent ef2ccd3 commit bf57560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formats/hocon/build.gradle
Expand Up @@ -19,7 +19,7 @@ java {


dependencies {
implementation project(':kotlinx-serialization-core')
api project(':kotlinx-serialization-core')
api 'org.jetbrains.kotlin:kotlin-stdlib'

api 'com.typesafe:config:1.4.1'
Expand Down

0 comments on commit bf57560

Please sign in to comment.