Update
This commit is contained in:
		@@ -5,7 +5,7 @@ plugins {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
version = '0.1.1'
 | 
					version = '0.1.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mainClassName = 'MainKt'
 | 
					mainClassName = 'me.msoucy.gbat.MainKt'
 | 
				
			||||||
description = 'My Application'
 | 
					description = 'My Application'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sourceCompatibility = 1.8
 | 
					sourceCompatibility = 1.8
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
kotlinVersion=1.3.40
 | 
					kotlinVersion=1.3.70
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
				
			|||||||
distributionBase=GRADLE_USER_HOME
 | 
					distributionBase=GRADLE_USER_HOME
 | 
				
			||||||
distributionPath=wrapper/dists
 | 
					distributionPath=wrapper/dists
 | 
				
			||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
 | 
					distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
 | 
				
			||||||
zipStoreBase=GRADLE_USER_HOME
 | 
					zipStoreBase=GRADLE_USER_HOME
 | 
				
			||||||
zipStorePath=wrapper/dists
 | 
					zipStorePath=wrapper/dists
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					package me.msoucy.gbat
 | 
				
			||||||
 | 
					
 | 
				
			||||||
fun main(args: Array<String>) {
 | 
					fun main(args: Array<String>) {
 | 
				
			||||||
	println("Hello world")
 | 
						println("Hello world")
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user