| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -107,7 +107,7 @@ android { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        targetCompatibility JavaVersion.VERSION_11 | 
					 | 
					 | 
					 | 
					        targetCompatibility JavaVersion.VERSION_11 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    composeOptions { | 
					 | 
					 | 
					 | 
					    composeOptions { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        kotlinCompilerExtensionVersion '1.1.0' | 
					 | 
					 | 
					 | 
					        kotlinCompilerExtensionVersion '1.1.1' | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    sourceSets { | 
					 | 
					 | 
					 | 
					    sourceSets { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -140,7 +140,7 @@ dependencies { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    //Kotlin反射 | 
					 | 
					 | 
					 | 
					    //Kotlin反射 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version") | 
					 | 
					 | 
					 | 
					    implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version") | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    //协程 | 
					 | 
					 | 
					 | 
					    //协程 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    def coroutines_version = '1.6.0' | 
					 | 
					 | 
					 | 
					    def coroutines_version = '1.6.1-native-mt' | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version") | 
					 | 
					 | 
					 | 
					    implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version") | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version") | 
					 | 
					 | 
					 | 
					    implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version") | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |