Skip to content

Commit

Permalink
moved yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Sep 4, 2023
1 parent 2bd5b0f commit b37df57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ kotlin {
useCommonJs()
}
)
// store yarn.lock in the root directory
rootProject.extensions.configure<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension> {
lockFileDirectory = rootProject.projectDir
}
sourceSets {
val commonMain by getting {
dependencies {
Expand Down
File renamed without changes.

0 comments on commit b37df57

Please sign in to comment.