Compare commits
	
		
			2 Commits
		
	
	
		
			5b97dab5f2
			...
			5be7bb7764
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 5be7bb7764 | ||
| 220eb99921 | 
| @@ -1,4 +1,5 @@ | |||||||
| plugins { | plugins { | ||||||
|  |     kotlinAndroid | ||||||
|     androidApplication |     androidApplication | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -17,13 +18,17 @@ android { | |||||||
|  |  | ||||||
|         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" |         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" | ||||||
|     } |     } | ||||||
|      |  | ||||||
|     buildFeatures.viewBinding = true |     buildFeatures.viewBinding = true | ||||||
|  |  | ||||||
|     compileOptions { |     compileOptions { | ||||||
|         sourceCompatibility = Version.Kotlin.javaSource |         sourceCompatibility = Version.Kotlin.javaSource | ||||||
|         targetCompatibility = Version.Kotlin.javaSource |         targetCompatibility = Version.Kotlin.javaSource | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     kotlinOptions { | ||||||
|  |         jvmTarget = Version.Kotlin.jvmTarget | ||||||
|  |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								buildSrc
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								buildSrc
									
									
									
									
									
								
							 Submodule buildSrc updated: e0cd40f8a1...deb24ec7ef
									
								
							
		Reference in New Issue
	
	Block a user