Skip to content

Commit

Permalink
fix starter kotlin dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbl428 committed Jan 21, 2024
1 parent 39f33ad commit b8af60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ identifier: "creating-objects-in-kotlin"

Fixture Monkey also supports generating classes written in Kotlin code.

In order to do this, first make sure you added the `fixture-monkey-kotlin-starter` dependency.
In order to do this, first make sure you added the `fixture-monkey-starter-kotlin` dependency.

Then we can add the Kotlin Plugin, to enable additional features of fixture monkey that support using Kotlin.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/v1.0.x/docs/plugins/kotlin-plugin/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-kotlin:{{< fixtur

##### fixture-monkey-starter-kotlin

To help you get started using Fixture Monkey in a Kotlin environment, there is also a starter dependency **fixture-monkey-kotlin-starter** that comes with pre-configured dependencies such as **fixture-monkey-starter** or **fixture-monkey-jakarta-validation**.
To help you get started using Fixture Monkey in a Kotlin environment, there is also a starter dependency **fixture-monkey-starter-kotlin** that comes with pre-configured dependencies such as **fixture-monkey-starter** or **fixture-monkey-jakarta-validation**.

#### Gradle
```groovy
Expand Down

0 comments on commit b8af60e

Please sign in to comment.