Philip W
05/05/2026, 7:59 AMTapchicoma
05/05/2026, 8:05 AMBuildModel s are not designed at all and mostly skipped. At some point we will probably will do this.Philip W
05/05/2026, 8:06 AMTapchicoma
05/05/2026, 8:07 AMTapchicoma
05/05/2026, 8:07 AMlibraryPhilip W
05/05/2026, 8:08 AMTapchicoma
05/05/2026, 8:08 AMpluginManagement {
repositories {
maven {
url = uri("<https://raw.githubusercontent.com/Kotlin/declarative-gradle-jetbrains-ecosystem-plugin/refs/heads/maven2>")
}
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0")
id("org.jetbrains.ecosystem").version("0.67.0")
}
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}
rootProject.name = "untitled4"Tapchicoma
05/05/2026, 8:09 AMStupid question, why only library?We believe that we should not separate JVM and KMP libraries types. And the transition between two should be easy to do
Philip W
05/05/2026, 8:10 AMPhilip W
05/05/2026, 8:11 AMTapchicoma
05/05/2026, 8:14 AMPhilip W
05/07/2026, 7:39 AMPlatformDependencyModifiers and TestFixturesDependencyModifiers to the Dependencies?Tapchicoma
05/07/2026, 8:00 AMPhilip W
05/07/2026, 8:12 AMTapchicoma
05/07/2026, 10:42 AM