summaryrefslogtreecommitdiff
path: root/library/src/main/kotlin/akono/Library.kt
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-04-16 11:36:36 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-04-16 11:38:34 +0200
commit5a6750337868f7c92baa65d2118ac7ecc84f6010 (patch)
treed589a5a40935f76f62e0d81fdcfe359667c7122e /library/src/main/kotlin/akono/Library.kt
parent1284ec3094a2fbd5a909a43fd13a3ffabd6784b3 (diff)
downloadakono-5a6750337868f7c92baa65d2118ac7ecc84f6010.tar.gz
akono-5a6750337868f7c92baa65d2118ac7ecc84f6010.tar.bz2
akono-5a6750337868f7c92baa65d2118ac7ecc84f6010.zip
JNI templates
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
+ }
+}