https://kotlinlang.org logo
Join SlackCommunities
Powered by
# korlibs
  • d

    Deactivated User

    11/05/2018, 3:54 AM
    set the channel description: https://github.com/korlibs/
  • d

    Davide Giuseppe Farella

    01/25/2019, 7:05 PM
    @Deactivated User has Klock 1.1.1 been published with Gradle Metadata 0.4? I'm still having unresolved references at compile time ☹️
  • d

    Davide Giuseppe Farella

    01/25/2019, 7:11 PM
    Edit: looks like, I'll take a look, I'm exhausted today 😅
  • d

    Dima Avdeev

    02/01/2019, 6:43 PM
    I saw korge release: https://soywiz.com/korge-1-0/ Great Job! 👍
    🙏 1
  • d

    Derek Berner

    02/04/2020, 6:54 PM
    Is this deprecated? 😞 https://github.com/soywiz/ktor-cio-clients
    d
    • 2
    • 2
  • d

    Davide Giuseppe Farella

    04/11/2020, 7:00 PM
    Hello, I receive
    Copy code
    Could not resolve com.soywiz.korlibs.klock:klock:1.8.9.
    Required by:
        project :domain
    After adding the android target to a KMP project
    Copy code
    kotlin {
        android()
        jvm()
        js()
    
        ...
    }
  • d

    Davide Giuseppe Farella

    06/06/2020, 10:13 PM
    @Deactivated User hello, I'm interested in the kmp gradle plugin, but there is not doc. Could you guide me though? I always had trouble with publishing to bintray and I think I'd get crazy with kmp 😅
    d
    • 2
    • 12
  • g

    Glen

    09/27/2020, 12:42 PM
    Hello @Deactivated User. I recently saw the project ktcc . It was jaw-dropping for me. I wanted to know whether I could use this to generate Kotlin bindings for an image processing library, targeting Android devices.
    d
    • 2
    • 5
  • r

    roman.belov

    11/24/2020, 5:29 PM
    Hello @Deactivated User! Is it possible to log to NSLog via Klogger now? Is it planned for future?
    d
    • 2
    • 1
  • d

    Davide Giuseppe Farella

    01/05/2021, 5:15 PM
    Hello, what is the right way to mock a
    DateTime.now()
    with MockK?
  • s

    shedaniel

    02/06/2021, 6:48 PM
    Any plans to move away from JCenter since it is going away https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
    r
    • 2
    • 1
  • t

    Trey

    08/11/2023, 7:19 PM
    Good afternoon! I'm trying to pull Krypto into my KMP application. I've added the implementation line and synced Gradle. I don't get any errors, but when I try to import classes, it doesn't show anything from com.soywiz as being available for import. Have I missed something?