Skip to content

Commit

Permalink
v0.9.76
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Apr 13, 2023
1 parent fd5e198 commit c32a865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import kool.gen.GenerateCode
import magik.createGithubPublication
import magik.github
import org.jetbrains.kotlin.gradle.dsl.KotlinCompile
Expand Down Expand Up @@ -30,7 +31,7 @@ tasks {
freeCompilerArgs += listOf("-opt-in=kotlin.RequiresOptIn")
}
}
val generateCode by registering(kool.gen.GenerateCode::class)
val generateCode by registering(GenerateCode::class)
kotlin.sourceSets { main { kotlin.srcDir(generateCode) } }
test { useJUnitPlatform() }
}
Expand Down

0 comments on commit c32a865

Please sign in to comment.