Added note for which plugin to use

This commit is contained in:
dankito 2024-08-26 03:13:50 +02:00
parent 5e77c50ff7
commit 68dabf9c68
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
kotlin("jvm")
kotlin("jvm") // or kotlin("multiplatform"), depending on your requirements
}