WukongRework.exe
12/19/2020, 8:17 PMJavier
12/19/2020, 9:14 PMtasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {
...
}
or
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
tasks.withType<KotlinCompile>().all {
...
}
or
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
tasks.withType(KotlinCompile::class).all {
...
}
WukongRework.exe
12/19/2020, 9:14 PMWukongRework.exe
12/19/2020, 9:35 PMJavier
12/19/2020, 10:22 PMWukongRework.exe
12/19/2020, 10:29 PMWukongRework.exe
12/19/2020, 10:29 PMJavier
12/19/2020, 10:51 PMWukongRework.exe
12/19/2020, 10:58 PMWukongRework.exe
12/19/2020, 10:59 PMWukongRework.exe
12/19/2020, 11:00 PM