AstrologyLibrary/build.gradle.kts
emil d8125f64e5 i-1: First draft of a shared KMP library (#2)
- [x] Exposes a `Greeting` class.
- [x] Exposes a `Greeting` class test.

Co-authored-by: Emil Simeonov <emil@theliberatededge.org>
Reviewed-on: emil/AstrologyLibrary#2
2025-02-13 14:31:22 +00:00

6 lines
182 B
Plaintext

plugins {
//trick: for the same plugin versions in all sub-modules
alias(libs.plugins.androidLibrary).apply(false)
alias(libs.plugins.kotlinMultiplatform).apply(false)
}