mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Merge pull request #61579 from madmiraal/android-kotlin-java-version
Ensure Android Java and Kotlin compile to the same version
This commit is contained in:
		
						commit
						cd7871867f
					
				
					 8 changed files with 69 additions and 12 deletions
				
			
		|  | @ -1,5 +1,7 @@ | |||
| apply plugin: 'com.android.library' | ||||
| apply plugin: 'kotlin-android' | ||||
| plugins { | ||||
|     id 'com.android.library' | ||||
|     id 'org.jetbrains.kotlin.android' | ||||
| } | ||||
| 
 | ||||
| ext { | ||||
|     PUBLISH_VERSION = getGodotPublishVersion() | ||||
|  | @ -34,6 +36,10 @@ android { | |||
|         targetCompatibility versions.javaVersion | ||||
|     } | ||||
| 
 | ||||
|     kotlinOptions { | ||||
|         jvmTarget = versions.javaVersion | ||||
|     } | ||||
| 
 | ||||
|     buildTypes { | ||||
|         dev { | ||||
|             initWith debug | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde