This commit is contained in:
2020-12-02 21:50:52 +06:00
parent a75b97efa6
commit 79ba472b64
18 changed files with 580 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package project_group
class Library {
fun someLibraryMethod(): Boolean {
return true
}
}