liangjingkanji / Net

Android 基于协程/OkHttp网络请求工具
http://liangjingkanji.github.io/Net/
MIT License
1.8k stars 209 forks source link

打包可以把源码打上来吗? #228

Closed ysy950803 closed 3 weeks ago

ysy950803 commented 2 months ago

作者你好,请问传jitpack的时候,可以把源码和注释这些也带上来吗?这样方便有时候快速查看一些源码和注释说明,现在点进去都是各种空方法,比如这种:

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available

package com.drake.net.utils

public fun runMain(block: () -> kotlin.Unit): kotlin.Unit { /* compiled code */ }

public suspend fun <T> withDefault(block: suspend kotlinx.coroutines.CoroutineScope.() -> T): T { /* compiled code */ }

public suspend fun <T> withIO(block: suspend kotlinx.coroutines.CoroutineScope.() -> T): T { /* compiled code */ }

public suspend fun <T> withMain(block: suspend kotlinx.coroutines.CoroutineScope.() -> T): T { /* compiled code */ }

public suspend fun <T> withUnconfined(block: suspend kotlinx.coroutines.CoroutineScope.() -> T): T { /* compiled code */ }
liangjingkanji commented 3 weeks ago

这是as问题, 我上传jitpack没有源码选项