mirror of https://github.com/usbharu/Hideout.git
fix: 依存関係のアップデートで壊れた部分を修正
This commit is contained in:
parent
e3ee43f011
commit
ecb73a0da6
|
@ -96,10 +96,6 @@ tasks.withType<Test> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask<*>>().configureEach {
|
|
||||||
compilerOptions.languageVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9)
|
|
||||||
compilerOptions.apiVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9)
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.withType<KotlinCompile> {
|
tasks.withType<KotlinCompile> {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
|
|
|
@ -116,11 +116,11 @@ class NotificationApiServiceImpl(
|
||||||
reblog -> Notification.Type.reblog
|
reblog -> Notification.Type.reblog
|
||||||
follow -> Notification.Type.follow
|
follow -> Notification.Type.follow
|
||||||
follow_request -> Notification.Type.follow
|
follow_request -> Notification.Type.follow
|
||||||
favourite -> Notification.Type.followRequest
|
favourite -> Notification.Type.follow_request
|
||||||
poll -> Notification.Type.poll
|
poll -> Notification.Type.poll
|
||||||
update -> Notification.Type.update
|
update -> Notification.Type.update
|
||||||
admin_sign_up -> Notification.Type.adminPeriodSignUp
|
admin_sign_up -> Notification.Type.adminPeriodSign_up
|
||||||
admin_report -> Notification.Type.adminPeriodReport
|
admin_report -> Notification.Type.adminPeriodReport
|
||||||
severed_relationships -> Notification.Type.severedRelationships
|
severed_relationships -> Notification.Type.severed_relationships
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue