diff --git a/build.gradle.kts b/build.gradle.kts index 818605c..7540e40 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ println(""" | Version: ${project.version} | Release build: $isReleaseBuild +-------------------------------------------- -""".trimIndent() +""" ) repositories { @@ -71,9 +71,11 @@ kotlin { languageVersion = kotlinTarget freeCompilerArgs.add("-Xmulti-dollar-interpolation") extraWarnings.set(true) + progressiveMode = true } jvm { + // set up according to https://jakewharton.com/gradle-toolchains-are-rarely-a-good-idea/ compilerOptions { apiVersion = kotlinTarget languageVersion = kotlinTarget @@ -89,7 +91,6 @@ kotlin { binaries.library() } - wasmJs { browser() nodejs() @@ -212,9 +213,6 @@ publishing { publications { withType { artifact(javadocJar) -// from(components["kotlin"]) -// artifact(javadocJar) -// artifact(sourcesJar) pom { name = "xemantic-ai-tool-schema" description = "A Kotlin multiplatform AI/LLM tool use (function calling) JSON Schema generator"