Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): workaround to set kapt jvm target version
The purpose is to fix error: ``` > 'compileJava' task (current target is 18) and 'kaptGenerateStubsKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version. Consider using JVM toolchain:https://kotl.in/gradle/jvm/toolchain ``` See https://youtrack.jetbrains.com/issue/KT-55947/Unable-to-set-kapt-jvm-target-version#focus=Comments-27-6805028.0-0
- Loading branch information