mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Replaced deprecated `kotlin-android-extensions with kotlin-parcelize`
				
					
				
			References: * https://developer.android.com/topic/libraries/view-binding/migration#groovy * https://developer.android.com/kotlin/parcelize#groovy
This commit is contained in:
		| @@ -4,7 +4,7 @@ plugins { | ||||
|  | ||||
| apply plugin: 'com.android.application' | ||||
| apply plugin: 'kotlin-android' | ||||
| apply plugin: 'kotlin-android-extensions' | ||||
| apply plugin: 'kotlin-parcelize' | ||||
| apply plugin: 'kotlin-kapt' | ||||
| apply plugin: 'checkstyle' | ||||
|  | ||||
| @@ -84,11 +84,6 @@ android { | ||||
|         jvmTarget = JavaVersion.VERSION_1_8 | ||||
|     } | ||||
|  | ||||
|     // Required and used only by groupie | ||||
|     androidExtensions { | ||||
|         experimental = true | ||||
|     } | ||||
|  | ||||
|     sourceSets { | ||||
|         androidTest.assets.srcDirs += files("$projectDir/schemas".toString()) | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex