Some feedback for the new project extension APIs f...
# eap
z
Some feedback for the new project extension APIs for compiler options: https://youtrack.jetbrains.com/issue/KT-58956
1
t
Am I understanding correctly this issue is about having same extension "interface" with
compilerOptions
for both Jvm and Android plugins?
z
yep!
we rarely configure them differently
actually somewhat related, but this new API is ultimately not helpful in a multiplatform project because it's only ever available in kotlin.jvm or kotlin.android projects. But a multiplatform project will never get configured with these even if it has jvm or android targets. Is that worth filing an issue about, or is that by design?
t
by design - MPP project level DSL should be added in 1.9.20