io.github.simonschiller.prefiller
所有者: Simon Schiller
在编译时生成预填充的 Room 数据库
https://github.com/simonschiller/prefiller
来源:https://github.com/simonschiller/prefiller
在 插件 DSL 中使用
plugins {
id("io.github.simonschiller.prefiller") version "1.4.0"
}
在 旧插件应用程序 中使用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.simonschiller:prefiller:1.4.0")
}
}
apply(plugin = "io.github.simonschiller.prefiller")