Kotlin Utils Hello! This is my kotlin utils library where I put functions that I find useful Use will gradle repositories { maven { url = uri("https://mvn.mckernant1.com/release") } } dependencies { implementation("com.mckernant1:kotlin-utils:0.3.8") }