Skip to content

Commit

Permalink
remove duplicate buildscript configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stokado committed Dec 16, 2024
1 parent 7b891b0 commit 9e3b08f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions fullstack-mpp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
import org.jetbrains.kotlin.gradle.targets.js.webpack.*

buildscript {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
}
}

plugins {
id("org.jetbrains.kotlin.multiplatform") version "2.1.0"
}
Expand Down

0 comments on commit 9e3b08f

Please sign in to comment.