How can I fix this problem ??
# multiplatform
u
How can I fix this problem ??
😶 1
d
@Uğur What problem?
u
@Didier Villevalois failed to load class... and other things
d
The three warnings are completely unrelated to Kotlin multiplatform. You are using SLF4J and did not configure it. You should start by there: https://duckduckgo.com/?q=slf4j+Failed+to+load+class&t=brave&ia=web
u
@Didier Villevalois what can i use except slf4j
d
You can use slf4j. Just configure it. You'll find information on how to configure it in the first result of the websearch I linked above...