Skip to content

Commit

Permalink
build: rename kotlin-multiplatform folder (#514)
Browse files Browse the repository at this point in the history
Co-authored-by: khalilou88 <[email protected]>
  • Loading branch information
khalilou88 and khalilou88 authored Oct 12, 2023
1 parent 877814a commit 6c20570
Show file tree
Hide file tree
Showing 42 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nx-gradle/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"description": "library generator"
},
"kotlin-multiplatform": {
"factory": "./src/generators/kotlin-multiplatform/generator",
"schema": "./src/generators/kotlin-multiplatform/schema.json",
"factory": "./src/generators/kt-multiplatform/generator",
"schema": "./src/generators/kt-multiplatform/schema.json",
"description": "kotlin-multiplatform generator"
}
}
Expand Down

0 comments on commit 6c20570

Please sign in to comment.