
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