Join Slack
Powered by
How can I fix this problem ??
# multiplatform
u
Uğur
08/11/2022, 7:28 AM
How can I fix this problem ??
😶 1
d
Didier Villevalois
08/11/2022, 7:54 AM
@Uğur
What problem?
u
Uğur
08/11/2022, 8:00 AM
@Didier Villevalois
failed to load class... and other things
d
Didier Villevalois
08/11/2022, 8:04 AM
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
Uğur
08/11/2022, 8:34 AM
@Didier Villevalois
what can i use except slf4j
d
Didier Villevalois
08/11/2022, 9:16 AM
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...
4
Views
Open in Slack
Previous
Next