mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2026-04-13 13:02:29 +00:00
improve lib and add template for libs
This commit is contained in:
7
lib/src/commonMain/kotlin/Library.kt
Normal file
7
lib/src/commonMain/kotlin/Library.kt
Normal file
@@ -0,0 +1,7 @@
|
||||
package project_group.project_name.lib
|
||||
|
||||
class Library {
|
||||
fun someLibraryMethod(): Boolean {
|
||||
return true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user