Skip to content

Commit

Permalink
Remove old standalone code
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Apr 18, 2024
1 parent b2cc82f commit f67af3d
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 431 deletions.
18 changes: 0 additions & 18 deletions ghidralite-core-ksp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,8 @@ plugins {
`ghidralite-kotlin-conventions`
}

group = "io.github.garyttierney"
version = "unspecified"

repositories {
mavenCentral()
}

dependencies {
testImplementation(kotlin("test"))
implementation(libs.ksp)
implementation(kotlin("stdlib"))
}

sourceSets.main {
java.srcDirs("src/main/kotlin")
}

tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
}
109 changes: 0 additions & 109 deletions src/main/kotlin/Ghidralite.kt

This file was deleted.

50 changes: 0 additions & 50 deletions src/main/kotlin/ui/root/GhirdraliteRoot.kt

This file was deleted.

50 changes: 0 additions & 50 deletions src/main/kotlin/ui/root/Workspace.kt

This file was deleted.

92 changes: 0 additions & 92 deletions src/main/kotlin/ui/root/WorkspaceView.kt

This file was deleted.

Loading

0 comments on commit f67af3d

Please sign in to comment.