4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java1,025 forks (1,025 forks)github user discovery
good first issue
Repository metrics
- Stars
- 2,059 stars (2,059 stars)
- PR merge metrics
- Avg merge 17h 43m (Avg merge 17h 43m)7 merged PRs in 30d (7 merged PRs in 30d)
Description
Expected behavior
No warning
Actual behavior
'compileJava' task (current target is 11) and 'compileKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
Contributor guide
- Research direction
- Check the build.gradle file and set the Kotlin JVM target to match the Java compile target (e.g., 11).
- Tech stack
- javakotlin
- Domain
- backend
- Issue type
- Chore
- Prerequisites
- GitJavaKotlin