Skip to content

Commit

Permalink
enabled core as scala-helpers with VarargUnwrapper. Removed name hack…
Browse files Browse the repository at this point in the history
… in favor of upcoming IR compiler plugin
  • Loading branch information
Jolanrensen committed Mar 20, 2024
1 parent 4364022 commit 2c875ff
Show file tree
Hide file tree
Showing 13 changed files with 2,319 additions and 4,592 deletions.
6 changes: 2 additions & 4 deletions buildSrc/src/main/kotlin/Projects.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@file:Suppress("NOTHING_TO_INLINE")

import org.gradle.api.Project
import org.gradle.api.artifacts.dsl.DependencyHandler
import org.gradle.kotlin.dsl.support.delegates.ProjectDelegate

object Projects {

Expand All @@ -17,8 +15,8 @@ object Projects {
inline val Project.kotlinSparkApi
get() = searchProject("kotlin-spark-api")

inline val Project.core
get() = searchProject("core")
inline val Project.scalaHelpers
get() = searchProject("scala-helpers")

inline val Project.examples
get() = searchProject("examples")
Expand Down
1,497 changes: 0 additions & 1,497 deletions core/src/main/scala/org/apache/spark/sql/KotlinReflection.scala

This file was deleted.

229 changes: 0 additions & 229 deletions core/src/main/scala/org/apache/spark/sql/KotlinWrappers.scala

This file was deleted.

Loading

0 comments on commit 2c875ff

Please sign in to comment.