[orx-parameters] convert to MPP
This commit is contained in:
9
orx-parameters/src/jsMain/kotlin/description.kt
Normal file
9
orx-parameters/src/jsMain/kotlin/description.kt
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.openrndr.extra.parameters
|
||||
|
||||
actual fun Any.description(): String? {
|
||||
error("not supported")
|
||||
}
|
||||
|
||||
actual fun Any.title(): String? {
|
||||
error("not supported")
|
||||
}
|
||||
Reference in New Issue
Block a user