summaryrefslogtreecommitdiff
path: root/library/src/main/kotlin/akono/Library.kt
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/main/kotlin/akono/Library.kt')
-rw-r--r--library/src/main/kotlin/akono/Library.kt10
1 files changed, 10 insertions, 0 deletions
diff --git a/library/src/main/kotlin/akono/Library.kt b/library/src/main/kotlin/akono/Library.kt
new file mode 100644
index 00000000..920648fd
--- /dev/null
+++ b/library/src/main/kotlin/akono/Library.kt
@@ -0,0 +1,10 @@
+/*
+ * This Kotlin source file was generated by the Gradle 'init' task.
+ */
+package akono
+
+class Library {
+ fun someLibraryMethod(): Boolean {
+ return true
+ }
+}