File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
2727-  in ` build.gradle.kts ` 
2828``` kotlin 
2929plugins {
30-     id(" org.jetbrains.kotlinx.binary-compatibility-validator" " 0.11 .1" 
30+     id(" org.jetbrains.kotlinx.binary-compatibility-validator" " 0.12 .1" 
3131}
3232``` 
3333
3434-  in ` build.gradle ` 
3535
3636``` groovy 
3737plugins { 
38-     id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.11 .1' 
38+     id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.12 .1' 
3939} 
4040``` 
4141
Original file line number Diff line number Diff line change 1- version =0.11 .1-SNAPSHOT
1+ version =0.12 .1-SNAPSHOT
22group =org.jetbrains.kotlinx
33
44kotlinVersion =1.6.0
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments