Skip to content

Commit

Permalink
Still add framework.jar into Kotlin classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Sep 9, 2023
1 parent 70bd4f4 commit 4dc8609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ allprojects {
tasks.withType(JavaCompile).configureEach {
classpath = files(frameworkJar, classpath)
}
dependencies {
compileOnly files(frameworkJar)
tasks.withType(KotlinCompile).configureEach {
it.libraries.from(files(frameworkJar))
}
}
}
Expand Down

0 comments on commit 4dc8609

Please sign in to comment.