You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build: Remove unnecessary kotlin options jvm target config from all mods
This configuration already exist on the root level 'build.gradle'
configuration file, which applies it by default to all modules within
the 'tasks.withType(KotlinCompile).all { ... }' block.
0 commit comments