mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2025-09-15 13:29:26 +00:00
init
This commit is contained in:
7
lib/src/commonMain/kotlin/project_group/Library.kt
Normal file
7
lib/src/commonMain/kotlin/project_group/Library.kt
Normal file
@@ -0,0 +1,7 @@
|
||||
package project_group
|
||||
|
||||
class Library {
|
||||
fun someLibraryMethod(): Boolean {
|
||||
return true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user