Merge remote-tracking branch 'upstream/main'
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 5s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 5s
				
			This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id("org.jetbrains.kotlin.android") | ||||
|     kotlinAndroid | ||||
|     androidApplication | ||||
| } | ||||
|  | ||||
| @@ -18,15 +18,16 @@ android { | ||||
|  | ||||
|         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" | ||||
|     } | ||||
|      | ||||
|  | ||||
|     buildFeatures.viewBinding = true | ||||
|  | ||||
|     compileOptions { | ||||
|         sourceCompatibility = Version.Kotlin.javaSource | ||||
|         targetCompatibility = Version.Kotlin.javaSource | ||||
|     } | ||||
|  | ||||
|     kotlinOptions { | ||||
|         jvmTarget = "17" | ||||
|         jvmTarget = Version.Kotlin.jvmTarget | ||||
|     } | ||||
| } | ||||
|  | ||||
| @@ -39,4 +40,5 @@ dependencies { | ||||
|     implementation("androidx.navigation:navigation-ui-ktx:2.7.7") | ||||
|     implementation("androidx.core:core-ktx:1.13.1") | ||||
|     defaultLibrary() | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user