Pablo
Eugen Martynov
Caused by: java.lang.IllegalAccessError: class org.jetbrains.kotlin.kapt3.base.KaptContext (in unnamed module @0x52c27981) cannot access class com.sun.tools.javac.util.Context (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.util to unnamed module @0x52c27981
Charles Maina
"Skipping response body transformation from HttpStatusCode to OutgoingContent for the POST /register request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType]". Anyone knows how I can go about it? I have tried searching online first.
fun Application.configureSerialization() { install(ContentNegotiation) { json() } }
Dragos Rachieru
onWasmReady is not defined
4.9.0
cli.isMultipleCompiler is not a function
Abhi
Animesh Sahu
Runtime.getRuntime().addShutdownHook(object : Thread() { override fun run() { server.destroy() } })
Brandon Chapman
sqldelight
composeApp
build.gradle.kts
Using 'compilerOptions(KotlinCommonCompilerOptions.() -> Unit): Unit' is an error. Kotlin target level compiler options DSL is not available in this release!
Colton Idle
Václav Beneš
Josh Feinberg
Could not perform incremental compilation: Could not connect to Kotlin compile daemon Could not connect to kotlin daemon. Using fallback strategy.
A modern programming language that makes developers happier.