Philip W
07/14/2026, 7:46 AMPhilip W
07/14/2026, 7:47 AMjvmApplication {
toolchain.releaseVersion = 8
kotlin {
serialization {
}
}
dependencies {
implementation(libs.serialization.json)
}
ciKraft {
// enables the main feature
}
testSuites {
suites {
kotlinTestSuite("test") {
ciKraft { // should I reuse my main name or something else?
iFlow {
generateFunctions { }
}
apiProxies {
generateFunctions { }
}
}
}
}
}
}
In case somebody wants to take a look: https://github.com/softwork-app/cikraft