wangzhigang1112
wangzhigang1112
**Describe the bug** Using javafx's webview control, the console keeps printing this bug when loading a web page with a listening input box: Cannot invoke "String.substring(int, int)" because the return...
#Versions kotlin.version=1.9.0 agp.version=7.4.2 compose.version=1.4.3 settings.gradle.kts ``` plugins { val kotlinVersion = extra["kotlin.version"] as String val agpVersion = extra["agp.version"] as String val composeVersion = extra["compose.version"] as String kotlin("jvm").version(kotlinVersion) kotlin("multiplatform").version(kotlinVersion) kotlin("android").version(kotlinVersion) id("com.android.application").version(agpVersion)...
"Data encoded in Base64 can be displayed on the web using an img tag. Can KamelImage support this?"