https://kotlinlang.org
Join Slack
Hi Kotliners! I wrote a Kotlin Redis client using co-routines. Check this out, i welcome you to revi...
a

Abhi

over 3 years ago
Hi Kotliners! I wrote a Kotlin Redis client using co-routines. Check this out, i welcome you to review it, provide feedback, contribute to it, use it. https://github.com/crackthecodeabhi/kreds Please give Github stars, so it encourages me to contribute more to Kotlin Server side and the Kotlin Server side community! Your stars and feedback means a lot! Thanks!
👍 2
K 6
a
b
r
  • 3
  • 8
  • 996
I’m having an issue with Compose `@Preview` rendering. This shows up as “Render problem” in the prev...
c

Chris Fillmore

over 3 years ago
I’m having an issue with Compose
@Preview
rendering. This shows up as “Render problem” in the preview pane:
java.lang.NullPointerException: Parameter specified as non-null is null
The parameter referenced in the message is just a
text: String
which gets passed to a text composable
Text(text = text)
c
m
+2
  • 4
  • 11
  • 994
Does exist something similar to "Toast" for displaying simple notifications or bubbles to the user i...
p

Pablo

over 2 years ago
Does exist something similar to "Toast" for displaying simple notifications or bubbles to the user in Compose Desktop?
p
h
t
  • 3
  • 6
  • 991
How can i use COIL in KMM???
s

SanjayKarki

almost 2 years ago
How can i use COIL in KMM???
s
j
+2
  • 4
  • 3
  • 986
Hi! I’m having pretty hard time debugging KMM common module on iOS. I can make app compile and run, ...
j

Jan KuchaĹ™

over 2 years ago
Hi! I’m having pretty hard time debugging KMM common module on iOS. I can make app compile and run, debugger attached, however it: • ignores all line breakpoints • only possible to break on function entry points • when it finaly stops I get into Assembly view • stop on exception in Xcode works (also in assembly view usually) • Kotlin native library APIs usually opens in as Kotlin code when debugging I have debug symbols in kotlin module and in iOS app. Everything looks good, yet it does not work from Android Studio neither. From what I have found out it looks like there is some kind of problem with dSYM debug symbols for llvm generated code from the kotlin library. All .swift files are readable. Most of Kotlin standard library is readable. I have tried to fiddle in Xcode with optimization, linking optimization, debug symbols stripping, etc. Everything is turned off. I have
embedBitcode("marker")
enabled for my binaries. What do I do wrong? This is so frustrating.
gradle:7.4.0, OpenJDK@11, Android Studio 2022.1.1, Xcode 14.2, MacOS 13.1 (ARM)
j
l
+3
  • 5
  • 28
  • 986
Is there a functioning Kafka lib that works well with coroutines? Nothing fancy, just need to send s...
j

JoĂŁo Gabriel ZĂł

over 2 years ago
Is there a functioning Kafka lib that works well with coroutines? Nothing fancy, just need to send some messages to my notifications service
j
s
h
  • 3
  • 14
  • 985
Hi there, how can I pass a cookie at Ktor client headers? I am trying the below code ```header("Cook...
p

ptsiogas

over 3 years ago
Hi there, how can I pass a cookie at Ktor client headers? I am trying the below code
header("Cookie", cookie)
but Ktor seems to ignore it.
p
a
h
  • 3
  • 17
  • 985
Can we use lottie animations in compose KMM.
f

Farhazul Mullick

over 1 year ago
Can we use lottie animations in compose KMM.
f
h
a
  • 3
  • 4
  • 982
I use some SKIA API like `Image.makeFromEncoded()` in my compose code gets a unresolved reference as...
s

Stefan Oltmann

about 2 years ago
I use some SKIA API like
Image.makeFromEncoded()
in my compose code gets a unresolved reference as soon as I add the
iosArm64()
target. If I try to add
api("org.jetbrains.skiko:skiko:0.7.58")
to
commonMain
this results in errors like this:
ld: warning: object file (/var/folders/jw/hb2y762x2jg3y14lzck8_fqc0000gn/T/included15295158996419610357/libparticles.a(libparticles.SkParticleBinding.o)) was built for newer iOS version (11.0) than being linked (9.0)
ld: warning: object file (/var/folders/jw/hb2y762x2jg3y14lzck8_fqc0000gn/T/included15295158996419610357/libskresources.a(libskresources.SkResources.o)) was built for newer iOS version (11.0) than being linked (9.0)
ld: warning: object file (/var/folders/jw/hb2y762x2jg3y14lzck8_fqc0000gn/T/included15295158996419610357/libparticles.a(libparticles.SkParticleDrawable.o)) was built for newer iOS version (11.0) than being linked (9.0)
Is this the wrong way to add skiko? I was thinking SKIA should be already used for Compose for iOS. I'm on Apple Silicon.
âś… 1
s
o
+2
  • 4
  • 25
  • 982
is there a way to globally exclude a directory? we have some generated code checked in (yes… we know...
e

Eric

about 3 years ago
is there a way to globally exclude a directory? we have some generated code checked in (yes… we know). And want to exclude that directory from contributing to score and from being formatted automatically.
e
e
+2
  • 4
  • 6
  • 982
Previous343536Next

kotlinlang

A modern programming language that makes developers happier.

Powered by