Skip to content

Commit a951863

Browse files
author
Ernald Nicolas
committed
Initial draft
1 parent b0c2375 commit a951863

File tree

19 files changed

+963
-538
lines changed

19 files changed

+963
-538
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import groovy.lang.Closure
44
import org.gradle.jvm.toolchain.internal.CurrentJvmToolchainSpec
55

66
plugins {
7-
kotlin("jvm") version "1.9.22"
7+
kotlin("jvm") version "2.0.20"
88
id("com.github.johnrengelman.shadow") version "7.1.0"
99
id("com.palantir.git-version") version "0.12.3"
1010
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"

local.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## This file must *NOT* be checked into Version Control Systems,
2+
# as it contains information specific to your local configuration.
3+
#
4+
# Location of the SDK. This is only used by Gradle.
5+
# For customization when using a Version Control System, please read the
6+
# header note.
7+
#Tue Oct 01 14:08:02 EDT 2024
8+
sdk.dir=/opt/android_sdk

semanticdb-kotlinc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
// https://github.com/tschuchortdev/kotlin-compile-testing/issues/390
4141
// Until then, we use the fork from https://github.com/ZacSweers/kotlin-compile-testing instead.
4242
// testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
43-
testImplementation("dev.zacsweers.kctfork", "core", "0.4.0")
43+
testImplementation("dev.zacsweers.kctfork", "core", "0.5.1")
4444

4545
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
4646
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {

semanticdb-kotlinc/src/main/kotlin/com/sourcegraph/semanticdb_kotlinc/Analyzer.kt

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)