Skip to content

Commit cfff985

Browse files
objectbox-kotlin: set source and target Java SDK, fix depending on it.
1 parent dda8e3f commit cfff985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

objectbox-kotlin/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ buildscript {
2020
apply plugin: 'kotlin'
2121
apply plugin: 'org.jetbrains.dokka'
2222

23+
sourceCompatibility = 1.7
24+
2325
dokka {
2426
outputFormat = 'html'
2527
outputDirectory = javadocDir

0 commit comments

Comments
 (0)