mirror of
https://github.com/fankes/pagecurl-multiplatform.git
synced 2025-09-04 01:35:36 +08:00
19 lines
540 B
Plaintext
19 lines
540 B
Plaintext
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
plugins {
|
|
id("com.highcapable.sweetdependency") version "1.0.2"
|
|
id("com.highcapable.sweetproperty") version "1.0.3"
|
|
}
|
|
sweetProperty {
|
|
global { sourcesCode { isEnable = false } }
|
|
rootProject { all { isEnable = false } }
|
|
}
|
|
rootProject.name = "pagecurl-multiplatform"
|
|
include(":samples:androidApp", ":samples:desktopApp", ":samples:shared")
|
|
include(":pagecurl") |