Kotlin plugin modularization, plugin to create plugins, Compose Multiplatform ### Base - Created the plugin dev.opensavvy.conventions.plugin to help create Gradle plugins (#12, !12) ### Kotlin - Created the plugin dev.opensavvy.conventions.kotlin.internal to share code between multiple applications without publishing it (#16, !13) - Created the plugin dev.opensavvy.conventions.kotlin.abstractLibrary to configure publishing without applying the Kotlin plugin (#17, !15) ### Dependencies The projects created by the plugin use: - Kotlin 1.9.20 (a67f6286, !14) - Compose Multiplatform 1.5.10 (#14, !14) The plugins themselves use: - Java 11 (#13, !11)