diff options
| author | darkkeks <[email protected]> | 2025-04-14 21:10:30 +0300 |
|---|---|---|
| committer | darkkeks <[email protected]> | 2025-04-14 21:38:22 +0300 |
| commit | e3ca8cbcfcd8053de42e68beff4cd73cf4c28d76 (patch) | |
| tree | 46eae73c2bd87ad71231d01d87a9d385ed1ab4d2 /build/plugins/java.py | |
| parent | cf4e6551ac1ad9a5dc8d092c5c5e6d63315f3fac (diff) | |
Revert commit rXXXXXX, ya ide idea: Set kotlin compiler and language versions
commit_hash:931c59bfdfdce5b10006951baf6003babcb56fe1
Diffstat (limited to 'build/plugins/java.py')
| -rw-r--r-- | build/plugins/java.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/plugins/java.py b/build/plugins/java.py index 8e86071a5b5..c42175634cd 100644 --- a/build/plugins/java.py +++ b/build/plugins/java.py @@ -84,7 +84,6 @@ def onjava_module(unit, *args): data['ERROR_PRONE'] = extract_macro_calls(unit, 'ERROR_PRONE_VALUE', args_delim) if unit.get('WITH_KOTLIN_VALUE') == 'yes': - data['KOTLIN_VERSION'] = unit.get('_KOTLIN_VERSION') if unit.get('KOTLINC_OPTS_VALUE'): data['KOTLINC_OPTS'] = extract_macro_calls(unit, 'KOTLINC_OPTS_VALUE', args_delim) |
