Skip to content

Commit

Permalink
test kmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ltttttttttttt committed Dec 12, 2022
1 parent b287b7b commit 7347229
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions buff/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
kotlin("multiplatform")
kotlin("jvm")
id("java-library")
id("maven-publish")
}

Expand All @@ -24,15 +25,6 @@ publishing {
}
}

kotlin {
jvm()

sourceSets {
val commonMain by getting {
dependencies {
implementation("com.google.devtools.ksp:symbol-processing-api:$kspVersion")
}
}
val commonTest by getting
}
dependencies {
implementation("com.google.devtools.ksp:symbol-processing-api:$kspVersion")
}
File renamed without changes.
File renamed without changes.

0 comments on commit 7347229

Please sign in to comment.