Skip to content

Commit

Permalink
Specify yarn.lock directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
AAkira committed Jan 26, 2022
1 parent 5b60599 commit 0d4d26c
Show file tree
Hide file tree
Showing 2 changed files with 2,883 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mpp-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import dependencies.Dep
import dependencies.Versions
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
import org.jetbrains.kotlin.gradle.plugin.mpp.Framework
import org.jetbrains.kotlin.gradle.targets.js.yarn.yarn

plugins {
kotlin("multiplatform")
Expand All @@ -11,6 +12,8 @@ plugins {

version = "1.0.0"

yarn.lockFileDirectory = file("kotlin-js-store")

kotlin {
android()
js {
Expand Down
Loading

0 comments on commit 0d4d26c

Please sign in to comment.