-
Notifications
You must be signed in to change notification settings - Fork 22
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:
Metadata
Metadata
Assignees
Labels
No labels