We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Are you planning to support a plugin for KMM?
For example, I need a task for jvmMain targeting - jvmMainCompileOnlyAarAsJar or jvmTestImplementationAarAsJar.
jvmMain
jvmMainCompileOnlyAarAsJar
jvmTestImplementationAarAsJar
This will not work in the current implementation, becouse SourceSets are obtained from JavaPluginExtension and not from KotlinMultiplatformExtension
SourceSets
JavaPluginExtension
KotlinMultiplatformExtension
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. Are you planning to support a plugin for KMM?
For example, I need a task for
jvmMain
targeting -jvmMainCompileOnlyAarAsJar
orjvmTestImplementationAarAsJar
.This will not work in the current implementation, becouse
SourceSets
are obtained fromJavaPluginExtension
and not fromKotlinMultiplatformExtension
The text was updated successfully, but these errors were encountered: