Merge remote-tracking branch 'upstream/main'
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Merge core/template-android-project to this repo / merge-if-needed (push) Successful in 14s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Merge core/template-android-project to this repo / merge-if-needed (push) Successful in 14s
				
			This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| plugins { | ||||
|     kotlinAndroid | ||||
|     androidApplication | ||||
| } | ||||
|  | ||||
| @@ -17,13 +18,17 @@ android { | ||||
|  | ||||
|         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" | ||||
|     } | ||||
|      | ||||
|  | ||||
|     buildFeatures.viewBinding = true | ||||
|  | ||||
|     compileOptions { | ||||
|         sourceCompatibility = Version.Kotlin.javaSource | ||||
|         targetCompatibility = Version.Kotlin.javaSource | ||||
|     } | ||||
|  | ||||
|     kotlinOptions { | ||||
|         jvmTarget = Version.Kotlin.jvmTarget | ||||
|     } | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user