https://kotlinlang.org
Join Slack
Why isn't ktor-client using <Dispatchers.IO>?
n

nordiauwu

almost 4 years ago
Why isn't ktor-client using Dispatchers.IO?
n
r
h
  • 3
  • 9
  • 488
Is there a Multiplatform `WorkManager` implemented somewhere? Even like a 3rd party library?
a

andylamax

over 1 year ago
Is there a Multiplatform
WorkManager
implemented somewhere? Even like a 3rd party library?
a
r
  • 2
  • 3
  • 487
Hi Folks, I have generated a klib library with cinterop and it works in my tests but when i import t...
a

Anmol Verma

about 3 years ago
Hi Folks, I have generated a klib library with cinterop and it works in my tests but when i import this library in another project it doesn’t contain the framework files although it has the static library that I generated! Any ideas ?
a
l
+2
  • 4
  • 29
  • 487
Hi there. Need help with string resources on my KMM + Compose project. Got template from Kotlin Mult...
o

owldeveloper

almost 2 years ago
Hi there. Need help with string resources on my KMM + Compose project. Got template from Kotlin Multiplatform Wizard Trying get access to string over this tutorial: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-images-resources.html and don't have success: • generateComposeResClass in not found • stringResource fun in not found • Res is not found string.xml put into composeResources/value folder
o
a
  • 2
  • 4
  • 486
Hello, I am evaluating Moko-Resources for our kmp project. It works well in android, but I got the f...
u

Uli Niggemann

over 2 years ago
Hello, I am evaluating Moko-Resources for our kmp project. It works well in android, but I got the following when launching the compose-multiplatform view with an ios-simulator
Can't read color textColor from bundle NSBundle ....bundle> (not yet loaded), please check moko-resources gradle configuration
The module is static due to compose-multiplatform and I have added the Build-Phase for cocoapods-usage… So what could possibly go wrong? 😉 Do you have any ideas what I am missing?
u
a
  • 2
  • 98
  • 486
I’m getting `Undefined symbols for architecture arm64` (and x86_64) when attempting to build my proj...
p

phldavies

over 5 years ago
I’m getting
Undefined symbols for architecture arm64
(and x86_64) when attempting to build my project in xcode that depends on
TensorFlowLiteObjC
pod, which itself depends on
TensorFlowLiteC
which is a binary framework, The classes being referred to in the error are part of the
ObjC
wrapper framework which is provided as source. Is there any where I can look to help resolve this? I’ve done a clean
pod install
and cleaned the xcode build directory but I’m still hitting the same issue (for both a real device and for simulator)
p
s
  • 2
  • 2
  • 486
Hey guys, how can I access / set `archivesBaseName`? I saw some scripts using `base { archivesBaseNa...
l

lukas

almost 8 years ago
Hey guys, how can I access / set
archivesBaseName
? I saw some scripts using
base { archivesBaseName = ".." }
but can’t get that work.. always get the following compile error - even though it get’s recognized and resolved in the editor in IntelliJ
Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public val PluginDependenciesSpec.base: PluginDependencySpec defined in org.gradle.kotlin.dsl
l
c
e
  • 3
  • 5
  • 486
Is it possible to use Kotlin Native for ESP32 or similar chips?
i

irus

about 8 years ago
Is it possible to use Kotlin Native for ESP32 or similar chips?
i
m
o
  • 3
  • 6
  • 486
Is there a way add a visible scrollbar to a `Column` so the user can know instantly that he can scro...
p

Pablo

9 months ago
Is there a way add a visible scrollbar to a
Column
so the user can know instantly that he can scroll the content? This is the normal code for make a
Column
scrollable, but the scrollbar is not visible, but I can't find in the docs how to make it visible:
val scrollState = rememberScrollState() 
Column( modifier = Modifier.verticalScroll(scrollState)) {
    repeat(100) { Text(text = stringResource(R.string.help)) }
}
p
a
s
  • 3
  • 28
  • 485
Does anyone know a workaround to use anti aliasing on scaling images? <https://github.com/JetBrains...
s

Stefan Oltmann

over 1 year ago
Does anyone know a workaround to use anti aliasing on scaling images? https://github.com/JetBrains/skiko/issues/896 I tried using the old ImageIO way for creating the thumbnails, but this is way slower and consumes a lot more memory. So I'm looking for a way to still do it with SKIA.
👀 1
✅ 1
s
a
+5
  • 7
  • 145
  • 485
Previous135136137Next

kotlinlang

A modern programming language that makes developers happier.

Powered by