Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin-kok committed Jan 2, 2025
1 parent f5fe94d commit 16fb553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kik-compiler-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation(gradleApi())
implementation(libs.kotlin.compiler.embeddable)
implementation(libs.auto.service)
implementation(libs.auto.service.annotations)
ksp(libs.auto.service.ksp)
implementation(projects.kikTypeSystem)

testImplementation(libs.kotlin.compile.testing)
testImplementation(libs.kotlin.test)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ internal class TestClassTypeChecker {
assertContains(result.messages, "Enum class 'enum class TestEnum : Enum<TestEnum>' has duplicate property name 'A' in entry 'B'")
}

// @Test
@Test
fun test() {
val companion = kotlin(
"Test.kt",
Expand Down
2 changes: 2 additions & 0 deletions kik-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ dependencies {
implementation(kotlin("stdlib"))

implementation(projects.kikTypeSystem)

testImplementation(libs.kotlin.test)
}

configurations.configureEach {
Expand Down

0 comments on commit 16fb553

Please sign in to comment.