io.github.toxa2033.saved-state
所有者: Anton Nazarov
Kotlin 编译器插件生成支持方法,用于在无需常量和字符串变量的情况下使用 SaveStateHandle。
https://github.com/Toxa2033/SavedStateCompilerPlugin
来源: https://github.com/Toxa2033/SavedStateCompilerPlugin
版本 1.0.5(最新版)
1.0.5
创建于 2022 年 6 月 8 日。
Kotlin 编译器插件生成支持方法,用于在无需常量和字符串变量的情况下使用 SaveStateHandle。
使用 插件 DSL
plugins {
id("io.github.toxa2033.saved-state") version "1.0.5"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.toxa2033.saved-state:gradle-plugin:1.0.5")
}
}
apply(plugin = "io.github.toxa2033.saved-state")