From 87ddd5c168fe47244f661d6d6a08a81150256af9 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期五, 25 四月 2025 13:44:40 +0800 Subject: [PATCH] 1.好友邀请-我的邀请记录:列表样式重写,图片显示 --- app/x-library.gradle | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/x-library.gradle b/app/x-library.gradle index de42c83..202d523 100644 --- a/app/x-library.gradle +++ b/app/x-library.gradle @@ -1,5 +1,5 @@ apply plugin: 'com.xuexiang.xrouter' -apply plugin: 'kotlin-kapt' +apply plugin: 'com.google.devtools.ksp' //apply plugin: 'android-aspectjx' apply plugin: 'com.xuexiang.xaop' @@ -33,7 +33,7 @@ configuration.dependencies.add(dependencies.create(deps.xlibrary.xrouter_runtime)) } - if (configuration.name == "kapt") { + if (configuration.name == "ksp") { //XPage configuration.dependencies.add(dependencies.create(deps.xlibrary.xpage_compiler)) //页面路由 -- Gitblit v1.9.3