loke
07/22/2025, 5:46 PMTóth István Zoltán
07/23/2025, 2:56 AMTóth István Zoltán
07/23/2025, 4:28 AMloke
07/23/2025, 4:40 AMTóth István Zoltán
07/23/2025, 4:48 AMTóth István Zoltán
07/23/2025, 4:58 AMloke
07/23/2025, 5:06 AMTóth István Zoltán
07/23/2025, 6:27 AMTóth István Zoltán
07/23/2025, 7:41 AMloke
07/23/2025, 8:33 AMTóth István Zoltán
07/23/2025, 8:34 AMTóth István Zoltán
07/23/2025, 8:49 AM0.25.719+2.2.20-Beta1-SNAPSHOT
There is one breaking change: if you have a service implementation you have to add a @ServiceProducer
annotation to the class. I'll update the documentation later today or tomorrow morning.
Kotlin: 2.2.20-Beta1
Coroutines: 1.10.2
Ktor: 3.2.2Tóth István Zoltán
07/23/2025, 8:50 AMloke
07/23/2025, 9:33 AMloke
07/23/2025, 9:33 AMloke
07/23/2025, 3:07 PM0.25.719+2.2.20-Beta1-SNAPSHOT
should go in the version field? Like so?
plugins {
id 'org.jetbrains.kotlin.js'
id 'fun.adaptive' version '0.25.719+2.2.20-Beta1-SNAPSHOT'
}
Tóth István Zoltán
07/23/2025, 3:46 PMloke
07/23/2025, 4:21 PMTóth István Zoltán
07/23/2025, 4:22 PM/*
* Copyright © 2020-2024, Simplexion, Hungary and contributors. Use of this source code is governed by the Apache 2.0 license.
*/
rootProject.name = "adaptive-mpw-example"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven("<https://central.sonatype.com/repository/maven-snapshots/>")
}
}
dependencyResolutionManagement {
repositories {
mavenCentral()
maven("<https://central.sonatype.com/repository/maven-snapshots/>")
}
}
Tóth István Zoltán
07/23/2025, 4:23 PMeap-0.25.719-2.2.20-Beta1
branch worked for me.loke
07/23/2025, 4:57 PMcentral.sonatype
though. I'm getting errors trying to add it. This is on me though, I just don't understand what gradle is telling me, because gradle is a black box to me.Tóth István Zoltán
07/23/2025, 4:58 PMTóth István Zoltán
07/23/2025, 4:59 PMloke
07/23/2025, 5:00 PMmaven
function to exist there too. But it tells me it can't find the function maven()
.Tóth István Zoltán
07/23/2025, 5:01 PMloke
07/23/2025, 5:02 PMloke
07/23/2025, 5:10 PMloke
07/23/2025, 5:14 PMenableFeaturePreview
, I'm getting this error:
org.gradle.api.internal.catalog.GeneratedClassCompilationException: Unable to compile generated sources:
- File RootProjectAccessor.java, line: 29, method getArray() is already defined in class org.gradle.accessors.dm.RootProjectAccessor
> Unable to compile generated sources:
- File RootProjectAccessor.java, line: 29, method getArray() is already defined in class org.gradle.accessors.dm.RootProjectAccessor
Tóth István Zoltán
07/23/2025, 5:16 PMloke
07/23/2025, 5:24 PMloke
07/23/2025, 5:25 PMloke
07/23/2025, 5:26 PMFAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':kotlinNpmInstall'.
> Failed to query the value of task ':kotlinNpmInstall' property 'packageJsonFiles'.
> Could not resolve all dependencies for configuration ':client-adaptive:client-adaptive-js:npmAggregated'.
> Could not find fun.adaptive:core-ui:.
Required by:
project :client-adaptive:client-adaptive-js
And similar errors for all the others.Tóth István Zoltán
07/23/2025, 5:29 PMTóth István Zoltán
07/23/2025, 5:29 PMloke
07/23/2025, 5:31 PMloke
07/23/2025, 5:32 PMloke
07/23/2025, 5:36 PM