James Bowler
11/10/2025, 6:00 PMOscar Rodriguez Co
11/11/2025, 12:14 AMHoratio Thomas
11/11/2025, 3:44 AMKumar Abhishek
11/11/2025, 12:21 PMiosMain Kotlin code?
iOS tests run fine (iosSimulatorArm64Test) but no coverage data generated. JaCoCo only works for JVM/Android targets.
Is there a solution for Kotlin/Native coverage or are we stuck with "tests run but no metrics"?
#C9JM6Q2UX #CDLD3845Q #C0NBD4UF8Moe
11/11/2025, 4:45 PMDumitru Preguza
11/11/2025, 8:01 PMAnudeep Ananth
11/12/2025, 8:04 AMpurezen
11/12/2025, 9:11 AMNikola Hadzic
11/12/2025, 2:29 PMJustin Tullgren
11/12/2025, 10:06 PMimport org.jetbrains.compose.ui.tooling.preview.Preview and there is no preview panel in the editor. The project and builds fine.Justin Tullgren
11/12/2025, 10:48 PMLuca Fioravanti
11/13/2025, 1:33 PMandroidx.compose.runtime but this type is not Parcelable.
Any ways on how to workaround that?Bryan
11/13/2025, 2:08 PMPhodal
11/14/2025, 1:30 AM/**
* Not working
*/
@JsModule("web-tree-sitter")
external object ParserModule : JsAny {
fun init(): Promise<JsAny>
}
/**
* Final version
*/
@JsFun("async () => { const ts = await import('web-tree-sitter'); await ts.default.init(); return ts.default; }")
external fun initTreeSitter(): Promise<TreeSitterModule>
I want to now for Web version, is its will cause performance issue to use JSFun? Or maybe have better way?Ohiorenua Aigboje
11/14/2025, 8:52 PMPaul Klauser
11/16/2025, 12:14 AMCould not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found
I see here, that may be indicative of not supporting the version of Xcode I’m using, 16.4, so I tried on 26, which does build, however the app crashes on launch on an iOS 18.5 device, citing a missing dynamic lib. It runs on an iOS 26 simulator just fine.
I’m not able to reproduce with an empty project, so I don’t feel I have enough info to open a YouTrack issue, but hoping someone else has seen something and maybe we can make a solid repro case.Paul Klauser
11/16/2025, 1:01 AMRavi
11/16/2025, 5:40 PMVishal Sheoran
11/17/2025, 7:06 AMwith("de.jensklingenberg.ktorfit:ktorfit-ksp:2.0.0") {
add("kspCommonMainMetadata", this)
add("kspAndroid", this)
add("kspAndroidTest", this)
// add("kspIosX64", this)
// add("kspIosX64Test", this)
// add("kspIosArm64", this)
// add("kspIosArm64Test", this)
// add("kspIosSimulatorArm64", this)
// add("kspIosSimulatorArm64Test", this)
}
This what I am trying. Has anyone tried this before. @Foso Can you help out here.Prakash Irom
11/17/2025, 10:43 AMSoumen pal
11/17/2025, 10:49 AMval deviceNameArray = deviceName.toByteArray(Charsets.US_ASCII).copyOf(20)
in common main if we try to import charsets we encounter the ktor charset which is different i guessSlackbot
11/17/2025, 2:04 PMAdam
11/17/2025, 4:16 PMFernando
11/17/2025, 5:26 PMmarkturnip
11/18/2025, 4:15 AMContext that can be used in commonMain rather than directly referencing android.content.Context?M.WAQAS
11/18/2025, 12:49 PMOhiorenua Aigboje
11/18/2025, 1:56 PMMiguelDecimal128
11/18/2025, 4:43 PMPiotr Krzemiński
11/18/2025, 8:17 PMJeremie D
11/18/2025, 10:26 PM