mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.4.21
				
					
				
			This commit is contained in:
		
							parent
							
								
									f8528a998b
								
							
						
					
					
						commit
						deb1714835
					
				| @ -5,6 +5,7 @@ | |||||||
| ## [Unreleased] | ## [Unreleased] | ||||||
| ### Changed | ### Changed | ||||||
| - build.gradle.kts: simpler syntax for configuring `KotlinCompile` | - build.gradle.kts: simpler syntax for configuring `KotlinCompile` | ||||||
|  | - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.21` | ||||||
| 
 | 
 | ||||||
| ## [0.7.1] | ## [0.7.1] | ||||||
| ### Changed | ### Changed | ||||||
|  | |||||||
| @ -7,7 +7,7 @@ plugins { | |||||||
|     // Java support |     // Java support | ||||||
|     id("java") |     id("java") | ||||||
|     // Kotlin support |     // Kotlin support | ||||||
|     id("org.jetbrains.kotlin.jvm") version "1.4.20" |     id("org.jetbrains.kotlin.jvm") version "1.4.21" | ||||||
|     // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin |     // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin | ||||||
|     id("org.jetbrains.intellij") version "0.6.5" |     id("org.jetbrains.intellij") version "0.6.5" | ||||||
|     // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin |     // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user