Skip to content

Commit

Permalink
docs: correct import in ReadMe (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlr authored Feb 19, 2024
1 parent 237622a commit 6f9b67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ buildkonfig {
<summary>Kotlin DSL</summary>

```kotlin
import com.codingfeline.buildkonfig.compiler.FieldSpec.Type.String
import com.codingfeline.buildkonfig.compiler.FieldSpec.Type.STRING
import com.codingfeline.buildkonfig.gradle.TargetConfigDsl

buildkonfig {
Expand Down

0 comments on commit 6f9b67d

Please sign in to comment.