Skip to content

Commit a7d5969

Browse files
Folder changes only
1 parent 0657ef8 commit a7d5969

File tree

15 files changed

+40
-23
lines changed

15 files changed

+40
-23
lines changed

ksp-annotations/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

ksp-processor/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

ksp/core-annotations/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ksp-annotations/build
File renamed without changes.
File renamed without changes.

ksp/core-processor/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ksp-processor/build

ksp-processor/build.gradle.kts renamed to ksp/core-processor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kotlin {
1111
jvmMain {
1212
dependencies {
1313
implementation(projects.core)
14-
implementation(projects.kspAnnotations)
14+
implementation(projects.ksp.coreAnnotations)
1515
implementation(libs.kotlin.poet)
1616
implementation(libs.kotlin.poet.ksp)
1717
implementation(libs.ksp.api)

0 commit comments

Comments
 (0)