File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,16 @@ _KOPTS = {
117117            True : ["-java-parameters" ],
118118        },
119119    ),
120+     "x_emit_jvm_type_annotations" : struct (
121+         args  =  dict (
122+             default  =  False ,
123+             doc  =  "Basic support for type annotations in JVM bytecode." ,
124+         ),
125+         type  =  attr .bool ,
126+         value_to_flag  =  {
127+             True : ["-Xemit-jvm-type-annotations" ],
128+         },
129+     ),
120130    "x_multi_platform" : struct (
121131        args  =  dict (
122132            default  =  False ,
Original file line number Diff line number Diff line change @@ -117,6 +117,16 @@ _KOPTS = {
117117            True : ["-Xmulti-platform" ],
118118        },
119119    ),
120+     "x_emit_jvm_type_annotations" : struct (
121+         args  =  dict (
122+             default  =  False ,
123+             doc  =  "Basic support for type annotations in JVM bytecode." ,
124+         ),
125+         type  =  attr .bool ,
126+         value_to_flag  =  {
127+             True : ["-Xemit-jvm-type-annotations" ],
128+         },
129+     ),
120130    "x_sam_conversions" : struct (
121131        args  =  dict (
122132            default  =  "class" ,
Original file line number Diff line number Diff line change @@ -141,6 +141,16 @@ _KOPTS = {
141141            "indy" : ["-Xlambdas=indy" ],
142142        },
143143    ),
144+     "x_emit_jvm_type_annotations" : struct (
145+         args  =  dict (
146+             default  =  False ,
147+             doc  =  "Basic support for type annotations in JVM bytecode." ,
148+         ),
149+         type  =  attr .bool ,
150+         value_to_flag  =  {
151+             True : ["-Xemit-jvm-type-annotations" ],
152+         },
153+     ),
144154    "x_optin" : struct (
145155        args  =  dict (
146156            default  =  [],
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments