-
Notifications
You must be signed in to change notification settings - Fork 23
Add a section on the importance of apiVersion, Xjdk-release, and java'c release #44
Copy link
Copy link
Open
Description
Currently, the guide does not clarify why it is important for the library authors to target older Kotlin and Java releases, so they get confused.
I suggest there should be a section that explains the following:
apiVersion: clarify why it is important, and suggest the strategy for the library authorslanguageVersion: clarify why it is important, and suggest the strategy for the library authorscoreLibrariesVersion: clarify why it is important, and suggest the strategy for the library authorsKotlinJvmCompile.jvmTarget: clarify why it is important, and clarify why bytecode version is not enoughKotlinJvmCompile.Xjdk-release: clarify why it is importantJavaCompile.release: clarify why it is importantjava.sourceCompatibility,java.targetCompatibility: clarify they should never be used with javac 11+ (they do not protect fromNoSuchMethodError)
See also:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels