mirror of
				https://github.com/HighCapable/YukiHookAPI.git
				synced 2025-10-26 13:29:25 +08:00 
			
		
		
		
	Fix old Kotlin APIs EXPERIMENTAL warning
This commit is contained in:
		| @@ -216,7 +216,7 @@ class YukiHookXposedProcessor : SymbolProcessorProvider { | ||||
|                 ).apply { | ||||
|                     /** 插入 xposed_init 代码 */ | ||||
|                     write( | ||||
|                         ("@file:Suppress(\"OPT_IN_USAGE\")\n" + | ||||
|                         ("@file:Suppress(\"OPT_IN_USAGE\", \"EXPERIMENTAL_API_USAGE\")\n" + | ||||
|                                 "\n" + | ||||
|                                 "package $packageName\n" + | ||||
|                                 "\n" + | ||||
|   | ||||
		Reference in New Issue
	
	Block a user