Update dependencies

This commit is contained in:
Syer10
2023-02-02 23:43:04 -05:00
parent 51547ae4df
commit a23d9e85c3
17 changed files with 126 additions and 160 deletions

View File

@@ -1,12 +0,0 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
package ca.gosyer.jui.domain
import de.jensklingenberg.ktorfit.Ktorfit
import de.jensklingenberg.ktorfit.create
inline fun <reified T> Ktorfit.createIt(): T = create()