随笔分类 -  kotlin

摘要:implementation("io.ktor:ktor-client-cio:3.0.3") package org.example import io.ktor.client.HttpClient import io.ktor.client.engine.cio.* import io.ktor 阅读全文
posted @ 2024-12-21 19:17 卓能文 阅读(60) 评论(0) 推荐(0)
摘要:build.gradle.kts: import org.gradle.api.tasks.testing.logging.TestExceptionFormat import org.jetbrains.kotlin.gradle.dsl.JvmTarget import org.jetbrain 阅读全文
posted @ 2024-12-20 11:37 卓能文 阅读(22) 评论(0) 推荐(0)
摘要:/* * This file was generated by the Gradle 'init' task. * * This generated file contains a sample Kotlin application project to get you started. * For 阅读全文
posted @ 2024-12-20 11:03 卓能文 阅读(69) 评论(0) 推荐(0)