Skip to content

Commit

Permalink
Schema annotations need only be a JVM library (cashapp#777)
Browse files Browse the repository at this point in the history
We no longer use the schema types for anything but parsing and for simplicity we restrict them to the JVM. Thus, this library only needs to support the JVM.
  • Loading branch information
JakeWharton authored Feb 1, 2023
1 parent 06f5603 commit 35c4e1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions redwood-schema/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
apply plugin: 'org.jetbrains.kotlin.multiplatform'
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: 'com.vanniktech.maven.publish'
apply plugin: 'org.jetbrains.dokka' // Must be applied here for publish plugin.

kotlin {
apply from: "${rootDir}/addAllTargets.gradle"
}

0 comments on commit 35c4e1b

Please sign in to comment.