https://kotlinlang.org logo
Join SlackCommunities
Powered by
# cobalt
  • a

    addamsson

    11/01/2018, 6:01 PM
    set the channel description: Multiplatform utilities library for Kotlin: https://github.com/cobalt/cobalt
  • a

    addamsson

    11/26/2018, 2:12 PM
    set the channel topic: Multiplatform utilities for Kotlin.
  • a

    addamsson

    12/30/2018, 7:43 PM
    set the channel topic: Multiplatform utility library for Kotlin.
  • a

    addamsson

    12/30/2018, 7:50 PM
    Hey, Cobalt just came out of BETA: https://jitpack.io/#org.hexworks/cobalt/2018.1.0-PREVIEW
  • a

    addamsson

    12/30/2018, 7:50 PM
    this is the first PREVIEW version
  • a

    addamsson

    12/30/2018, 7:51 PM
    still not release-ready, but we are getting there
  • o

    orangy

    12/30/2018, 7:51 PM
    Missing README.md 🙂
  • a

    addamsson

    12/30/2018, 7:51 PM
    I know I know
  • a

    addamsson

    12/30/2018, 7:51 PM
    😄
  • a

    addamsson

    12/30/2018, 7:52 PM
    I'll get around to that soon
  • i

    Ivan Cagle (IvanEOD)

    08/07/2023, 3:45 PM
    Hey Adam.. I like your Cobalt library! I've just been looking at it to help me with my project structuring and stuff mostly... I really like how you have yours laid out! I'm just wondering though, you must be doing this on purpose because you do it in several places... so then it must be for a reason... I'm just curious what that reason is? Should I add this to my "style" ? The empty
    companion object
    Copy code
    interface Converter<S, T> {
    
        fun convert(source: S): T
    
        companion object
    }
    • 1
    • 1