Skip to content

Commit

Permalink
Merge pull request #95 from AAkira/remove-unnecessary-code
Browse files Browse the repository at this point in the history
Remove unnecessary code
  • Loading branch information
AAkira authored Jan 26, 2022
2 parents f0d629c + 0d4d26c commit 7280fde
Show file tree
Hide file tree
Showing 3 changed files with 2,883 additions and 9 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 7280fde

Please sign in to comment.