Skip to content

Commit 3d68d93

Browse files
committed
start of objectbox-kotlin
1 parent 4a009db commit 3d68d93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package io.objectbox
2+
3+
inline fun <reified T> BoxStore.boxFor(): Box<T> = boxFor(T::class.java)

0 commit comments

Comments
 (0)