All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.kotlin.lib.Library.kt Maven / Gradle / Ivy

/*
 * This Kotlin source file was generated by the Gradle 'init' task.
 */
package test.kotlin.lib

class Library {
    fun someLibraryMethod(): Boolean {
        return true
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy