This commit resolves a build error related to mismatched JVM target versions for the Kotlin and Java compile tasks. Previously, the 'compileJava' task was targeting JVM 11, while the 'compileKotlin' task was targeting JVM 8. Both tasks have now been set to target JVM 11, ensuring consistency and eliminating the build error.